SubprocessEventHelper.TestLogEventInfo

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

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


測試日誌信息的幫助程序。

概括

字段

public File mDataFile

public String mDataName

public LogDataType mLogType

公共構造函數

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

公共方法

String toString ()

字段

數據文件

public File mDataFile

數據名

public String mDataName

m日誌類型

public LogDataType mLogType

公共構造函數

測試日誌事件信息

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

參數
dataName String

dataType LogDataType

dataFile File

測試日誌事件信息

public TestLogEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

投擲
JSONException

公共方法

到字符串

public String toString ()

退貨
String