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

필드

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

공개 생성자

호출시작이벤트정보

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

매개변수
testTag String

startTime Long

호출시작이벤트정보

public InvocationStartedEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

던지기
JSONException

공개 메소드

toString

public String toString ()

보고
String