SubprocessEventHelper.InvocationStartedEventInfo
public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo |
调用启动信息的帮助程序。
概括
字段
开始时间
public Long mStartTime
测试标签
public String mTestTag
公共构造函数
调用开始事件信息
public InvocationStartedEventInfo (String testTag,
Long startTime)
参数 |
---|
testTag | String |
startTime | Long |
调用开始事件信息
public InvocationStartedEventInfo (JSONObject jsonObject)
公共方法
到字符串
public String toString ()