SubprocessEventHelper.LogAssociationEventInfo

public static class SubprocessEventHelper.LogAssociationEventInfo
extends Object

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


Helper for logAssociation information.

Summary

Fields

public String mDataName

public LogFile mLoggedFile

Public constructors

LogAssociationEventInfo(String dataName, LogFile loggedFile)
LogAssociationEventInfo(JSONObject jsonObject)

Public methods

String toString()

Fields

mDataName

public String mDataName

mLoggedFile

public LogFile mLoggedFile

Public constructors

LogAssociationEventInfo

public LogAssociationEventInfo (String dataName, 
                LogFile loggedFile)

Parameters
dataName String

loggedFile LogFile

LogAssociationEventInfo

public LogAssociationEventInfo (JSONObject jsonObject)

Parameters
jsonObject JSONObject

Throws
JSONException

Public methods

toString

public String toString ()

Returns
String