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

Métodos públicos

String toString()

Campos

mDataFile

public File mDataFile

NomeDadosm

public String mDataName

Tipo de registro m

public LogDataType mLogType

Construtores públicos

TestLogEventInfo

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

Parâmetros
dataName String

dataType LogDataType

dataFile File

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

Parâmetros
jsonObject JSONObject

Gera
JSONException

Métodos públicos

toString

public String toString ()

Retorna
String