public static class ApplicationErrorReport.AnrInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
activity
Activity name.
|
String |
cause
Description of the operation that timed out.
|
String |
info
Additional info, including CPU stats.
|
Constructor and Description |
---|
AnrInfo()
Create an uninitialized instance of AnrInfo.
|
AnrInfo(Parcel in)
Create an instance of AnrInfo initialized from a Parcel.
|
Modifier and Type | Method and Description |
---|---|
void |
dump(Printer pw,
String prefix)
Dump an AnrInfo instance to a Printer.
|
void |
writeToParcel(Parcel dest,
int flags)
Save an AnrInfo instance to a parcel.
|
public String activity
public String cause
public String info
public AnrInfo()
public AnrInfo(Parcel in)