SubprocessEventHelper.TestLogEventInfo

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

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


testLog 資訊的幫助程式。

概括

領域

public File mDataFile

public String mDataName

public LogDataType mLogType

公共構造函數

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

公共方法

String toString ()

領域

資料檔案

public File mDataFile

m資料名

public String mDataName

日誌類型

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