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

欄位

mData 檔案

public File mDataFile

mDataName

public String mDataName

mLog 類型

public LogDataType mLogType

公用建構函式

TestLogEventInfo

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

參數
dataName String

dataType LogDataType

dataFile File

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

擲回
JSONException

公用方法

toString

public String toString ()

傳回
String