ITestInvocation.ExitInformation
public static class ITestInvocation.ExitInformation
extends Object
对象 | |
↳ | com.android.tradefed.invoker.ITestInvocation.ExitInformation |
表示调用的一些退出信息。
概括
字段 | |
---|---|
public CommandRunner.ExitCode | mExitCode |
public Throwable | mStack
|
公共构造函数 | |
---|---|
ExitInformation () |
字段
退出代码
public CommandRunner.ExitCode mExitCode
堆栈
public Throwable mStack
公共构造函数
退出信息
public ExitInformation ()