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