SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo


調用啟動信息的幫助程序。

概括

字段

public Long mStartTime

public String mTestTag

公共構造函數

InvocationStartedEventInfo (String testTag, Long startTime)
InvocationStartedEventInfo (JSONObject jsonObject)

公共方法

String toString ()

字段

開始時間

public Long mStartTime

測試標籤

public String mTestTag

公共構造函數

調用開始事件信息

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

參數
testTag String

startTime Long

調用開始事件信息

public InvocationStartedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

投擲
JSONException

公共方法

到字符串

public String toString ()

退貨
String