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