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(JSONObject jsonObject)
InvocationStartedEventInfo(String testTag, Long startTime)

公共方法

String toString()

字段

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

公共构造函数

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

抛出
JSONException

调用起始事件信息

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

参数
testTag String

startTime Long

公共方法

toString

public String toString ()

返回
String