SubprocessEventHelper.LogAssociationEventInfo

public static class SubprocessEventHelper.LogAssociationEventInfo
extends Object

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


Helfer für Informationen zu „logAssociation“.

Zusammenfassung

Felder

public String mDataName

public LogFile mLoggedFile

Öffentliche Konstruktoren

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

Öffentliche Methoden

String toString()

Felder

mDataName

public String mDataName

mLoggedFile

public LogFile mLoggedFile

Öffentliche Konstruktoren

LogAssociationEventInfo

public LogAssociationEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Ausgabe
JSONException

LogAssociationEventInfo

public LogAssociationEventInfo (String dataName, 
                LogFile loggedFile)

Parameter
dataName String

loggedFile LogFile

Öffentliche Methoden

toString

public String toString ()

Returns
String