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

公共构造函数

ExitInformation

public ExitInformation ()