SubprocessEventHelper.TestLogEventInfo
public
static
class
SubprocessEventHelper.TestLogEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo |
Assistant pour les informations de testLog.
Résumé
Champs | |
---|---|
public
File |
mDataFile
|
public
String |
mDataName
|
public
LogDataType |
mLogType
|
Constructeurs publics | |
---|---|
TestLogEventInfo(JSONObject jsonObject)
|
|
TestLogEventInfo(String dataName, LogDataType dataType, File dataFile)
|
Méthodes publiques | |
---|---|
String
|
toString()
|
Champs
mDataFile
public File mDataFile
mDataName
public String mDataName
Constructeurs publics
TestLogEventInfo
public TestLogEventInfo (JSONObject jsonObject)
Paramètres | |
---|---|
jsonObject |
JSONObject |
Génère | |
---|---|
JSONException |
TestLogEventInfo
public TestLogEventInfo (String dataName, LogDataType dataType, File dataFile)
Paramètres | |
---|---|
dataName |
String |
dataType |
LogDataType |
dataFile |
File |
Méthodes publiques
toString
public String toString ()
Renvoie | |
---|---|
String |