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

公用方法

String toString()

欄位

mDataFile

public File mDataFile

mDataName

public String mDataName

mLogType

public LogDataType mLogType

公用建構函式

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

擲回
JSONException

TestLogEventInfo

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

參數
dataName String

dataType LogDataType

dataFile File

公用方法

toString

public String toString ()

傳回
String