| java.lang.Object | |
| ↳ | android.app.ApplicationErrorReport.AnrInfo |
Describes an application not responding error.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activity | Activity name. | ||||||||||
| cause | Description of the operation that timed out. | ||||||||||
| info | Additional info, including CPU stats. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create an uninitialized instance of AnrInfo.
| |||||||||||
Create an instance of AnrInfo initialized from a Parcel.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Dump an AnrInfo instance to a Printer.
| |||||||||||
Save an AnrInfo instance to a parcel.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create an uninitialized instance of AnrInfo.
Create an instance of AnrInfo initialized from a Parcel.
Dump an AnrInfo instance to a Printer.
Save an AnrInfo instance to a parcel.