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

Metode publik

String toString()

Kolom

mDataFile

public File mDataFile

mDataName

public String mDataName

mLogType

public LogDataType mLogType

Konstruktor publik

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Menampilkan
JSONException

TestLogEventInfo

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

Parameter
dataName String

dataType LogDataType

dataFile File

Metode publik

toString

public String toString ()

Hasil
String