SubprocessExceptionParser
public
class
SubprocessExceptionParser
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessExceptionParser |
協助處理標準 Tradefed 指令執行器的例外狀況輸出內容。
摘要
欄位 | |
---|---|
public
static
final
String |
EVENT_THREAD_JOIN
|
公用建構函式 | |
---|---|
SubprocessExceptionParser()
|
公用方法 | |
---|---|
static
String
|
getPathFromStderr(String stderr)
擷取序列化例外狀況的檔案路徑。 |
static
void
|
handleStderrException(CommandResult result)
如果未固定至 RuntimeException,則嘗試從 stderr 擷取適當的例外狀況。 |
欄位
EVENT_THREAD_JOIN
public static final String EVENT_THREAD_JOIN
公用建構函式
SubprocessExceptionParser
public SubprocessExceptionParser ()
公用方法
getPathFromStderr
public static String getPathFromStderr (String stderr)
擷取序列化例外狀況的檔案路徑。
參數 | |
---|---|
stderr |
String |
傳回 | |
---|---|
String |
handleStderrException
public static void handleStderrException (CommandResult result)
如果未固定至 RuntimeException,則嘗試從 stderr 擷取適當的例外狀況。
參數 | |
---|---|
result |
CommandResult |
擲回 | |
---|---|
DeviceNotAvailableException |