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()

字段

mExitCode

public CommandRunner.ExitCode mExitCode

mStack

public Throwable mStack

公共构造函数

退出信息

public ExitInformation ()