SubprocessEventHelper.TestLogEventInfo
public
static
class
SubprocessEventHelper.TestLogEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo |
Helper per le informazioni di testLog.
Riepilogo
Campi | |
---|---|
public
File |
mDataFile
|
public
String |
mDataName
|
public
LogDataType |
mLogType
|
Costruttori pubblici | |
---|---|
TestLogEventInfo(JSONObject jsonObject)
|
|
TestLogEventInfo(String dataName, LogDataType dataType, File dataFile)
|
Metodi pubblici | |
---|---|
String
|
toString()
|
Campi
mDataFile
public File mDataFile
mDataName
public String mDataName
Costruttori pubblici
TestLogEventInfo
public TestLogEventInfo (JSONObject jsonObject)
Parametri | |
---|---|
jsonObject |
JSONObject |
Lanci | |
---|---|
JSONException |
TestLogEventInfo
public TestLogEventInfo (String dataName, LogDataType dataType, File dataFile)
Parametri | |
---|---|
dataName |
String |
dataType |
LogDataType |
dataFile |
File |
Metodi pubblici
toString
public String toString ()
Ritorni | |
---|---|
String |