SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo


InvocationFailed 信息的帮助程序。

摘要

字段

public Throwable mCause

public FailureDescription mFailure

公共构造函数

InvocationFailedEventInfo(FailureDescription failure)
InvocationFailedEventInfo(JSONObject jsonObject)
InvocationFailedEventInfo(Throwable cause)

公共方法

String toString()

字段

mCause

public Throwable mCause

移动设备故障

public FailureDescription mFailure

公共构造函数

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

参数
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

抛出
JSONException

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

参数
cause Throwable

公共方法

toString

public String toString ()

返回
String