SubprocessEventHelper.TestLogEventInfo

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

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


testLog 정보의 도우미입니다.

요약

필드

public File mDataFile

public String mDataName

public LogDataType mLogType

공개 생성자

TestLogEventInfo(JSONObject jsonObject)
TestLogEventInfo(String dataName, LogDataType dataType, File dataFile)

공개 메서드

String toString()

필드

mDataFile

public File mDataFile

mDataName

public String mDataName

mLogType

public LogDataType mLogType

공개 생성자

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

생성 값
JSONException

TestLogEventInfo

public TestLogEventInfo (String dataName, 
                LogDataType dataType, 
                File dataFile)

매개변수
dataName String

dataType LogDataType

dataFile File

공개 메서드

toString

public String toString ()

반환 값
String