SubprosesEventHelper.TestLogEventInfo

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

java.lang.Objek
com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo


Pembantu untuk informasi testLog.

Ringkasan

Bidang

public File mDataFile

public String mDataName

public LogDataType mLogType

Konstruktor publik

TestLogEventInfo (String dataName, LogDataType dataType, File dataFile)
TestLogEventInfo (JSONObject jsonObject)

Metode publik

String toString ()

Bidang

mDataFile

public File mDataFile

mDataName

public String mDataName

mLogType

public LogDataType mLogType

Konstruktor publik

TestLogEventInfo

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

Parameter
dataName String

dataType LogDataType

dataFile File

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Melempar
JSONException

Metode publik

keString

public String toString ()

Kembali
String