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

字段

mDataFile

public File mDataFile

mDataName

public String mDataName

mLogType

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