SubprocessEventHelper.TestLogEventInfo
public
static
class
SubprocessEventHelper.TestLogEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo |
Auxiliar para informações de testLog.
Resumo
Campos | |
---|---|
public
File |
mDataFile
|
public
String |
mDataName
|
public
LogDataType |
mLogType
|
Construtores públicos | |
---|---|
TestLogEventInfo(JSONObject jsonObject)
|
|
TestLogEventInfo(String dataName, LogDataType dataType, File dataFile)
|
Métodos públicos | |
---|---|
String
|
toString()
|
Campos
mDataFile
public File mDataFile
mDataName
public String mDataName
Construtores públicos
TestLogEventInfo
public TestLogEventInfo (JSONObject jsonObject)
Parâmetros | |
---|---|
jsonObject |
JSONObject |
Gera | |
---|---|
JSONException |
TestLogEventInfo
public TestLogEventInfo (String dataName, LogDataType dataType, File dataFile)
Parâmetros | |
---|---|
dataName |
String |
dataType |
LogDataType |
dataFile |
File |
Métodos públicos
toString
public String toString ()
Retorna | |
---|---|
String |