SubprocessEventHelper.TestLogEventInfo

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

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


Helfer für TestLog-Informationen.

Zusammenfassung

Felder

public File mDataFile

public String mDataName

public LogDataType mLogType

Öffentliche Bauträger

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

Öffentliche Methoden

String toString ()

Felder

mDataFile

public File mDataFile

mDataName

public String mDataName

mLogType

public LogDataType mLogType

Öffentliche Bauträger

TestLogEventInfo

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

Parameter
dataName String

dataType LogDataType

dataFile File

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Würfe
JSONException

Öffentliche Methoden

toString

public String toString ()

Kehrt zurück
String