SubprocessEventHelper.TestLogEventInfo
public
static
class
SubprocessEventHelper.TestLogEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo |
Helfer für Informationen zu „testLog“.
Zusammenfassung
Felder | |
---|---|
public
File |
mDataFile
|
public
String |
mDataName
|
public
LogDataType |
mLogType
|
Öffentliche Konstruktoren | |
---|---|
TestLogEventInfo(JSONObject jsonObject)
|
|
TestLogEventInfo(String dataName, LogDataType dataType, File dataFile)
|
Öffentliche Methoden | |
---|---|
String
|
toString()
|
Felder
mDataFile
public File mDataFile
mDataName
public String mDataName
Öffentliche Konstruktoren
TestLogEventInfo
public TestLogEventInfo (JSONObject jsonObject)
Parameter | |
---|---|
jsonObject |
JSONObject |
Ausgabe | |
---|---|
JSONException |
TestLogEventInfo
public TestLogEventInfo (String dataName, LogDataType dataType, File dataFile)
Parameter | |
---|---|
dataName |
String |
dataType |
LogDataType |
dataFile |
File |
Öffentliche Methoden
toString
public String toString ()
Returns | |
---|---|
String |