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(JSONObject jsonObject)
|
|
LogAssociationEventInfo(String dataName, LogFile loggedFile)
|
Public methods | |
---|---|
String
|
toString()
|
Fields
mDataName
public String mDataName
Public constructors
LogAssociationEventInfo
public LogAssociationEventInfo (JSONObject jsonObject)
Parameters | |
---|---|
jsonObject |
JSONObject |
Throws | |
---|---|
JSONException |
LogAssociationEventInfo
public LogAssociationEventInfo (String dataName, LogFile loggedFile)
Parameters | |
---|---|
dataName |
String |
loggedFile |
LogFile |
Public methods
toString
public String toString ()
Returns | |
---|---|
String |