SubprocessEventHelper.TestLogEventInfo

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

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


Hilfsprogramm für testLog-Informationen.

Zusammenfassung

Felder

public File mDataFile

public String mDataName

public LogDataType mLogType

Öffentliche Konstruktoren

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

Öffentliche Methoden

String toString()

Felder

mDataFile

public File mDataFile

mDataName

public String mDataName

mLog-Typ

public LogDataType mLogType

Öffentliche Konstruktoren

TestLogEventInfo

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

Parameter
dataName String

dataType LogDataType

dataFile File

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Ausgabe
JSONException

Öffentliche Methoden

toString

public String toString ()

Returns
String