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