SubprocessEventHelper.TestLogEventInfo

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo


Helper untuk informasi testLog.

Ringkasan

Kolom

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()

Kolom

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

Menampilkan
JSONException

Metode publik

toString

public String toString ()

Hasil
String