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 |