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(String dataName, LogDataType dataType, File dataFile)
TestLogEventInfo(JSONObject jsonObject)

Méthodes publiques

String toString()

Champs

mDataFile

public File mDataFile

mDataName

public String mDataName

mLogType

public LogDataType mLogType

Constructeurs publics

TestLogEventInfo

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

Paramètres
dataName String

dataType LogDataType

dataFile File

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

Méthodes publiques

toString

public String toString ()

Renvoie
String