SubprocessEventHelper.TestLogEventInfo

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

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


Helper for testLog information.

Summary

Fields

public File mDataFile

public String mDataName

public LogDataType mLogType

Public constructors

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

Public methods

String toString()

Fields

mDataFile

public File mDataFile

mDataName

public String mDataName

mLogType

public LogDataType mLogType

Public constructors

TestLogEventInfo

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

Parameters
dataName String

dataType LogDataType

dataFile File

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

Parameters
jsonObject JSONObject

Throws
JSONException

Public methods

toString

public String toString ()

Returns
String