android.server.data
Class CrashData
java.lang.Object
android.server.data.CrashData
public class CrashData
- extends Object
Crash data transfer object. Keep in sync. with the server side version.
id
final String id
activity
final String activity
time
final long time
buildData
final BuildData buildData
throwableData
final ThrowableData throwableData
state
final byte[] state
CrashData
public CrashData(String id,
String activity,
BuildData buildData,
ThrowableData throwableData)
CrashData
public CrashData(String id,
String activity,
BuildData buildData,
ThrowableData throwableData,
byte[] state)
CrashData
public CrashData(DataInput in)
throws IOException
- Throws:
IOException
CrashData
public CrashData(String tag,
Throwable throwable)
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
getBuildData
public BuildData getBuildData()
getThrowableData
public ThrowableData getThrowableData()
getId
public String getId()
getActivity
public String getActivity()
getTime
public long getTime()
getState
public byte[] getState()
toString
public String toString()
- Return a brief description of this CrashData record. The details of the
representation are subject to change.
- Overrides:
toString in class Object
- Returns:
- Returns a String representing the contents of the object.
Please submit a feedback, bug or feature