public
static
class
ApplicationErrorReport.AnrInfo
extends Object
| java.lang.Object | |
| ↳ | android.app.ApplicationErrorReport.AnrInfo |
Describes an application not responding error.
Fields | |
|---|---|
public
String |
activity
Activity name. |
public
String |
cause
Description of the operation that timed out. |
public
String |
info
Additional info, including CPU stats. |
Public constructors | |
|---|---|
ApplicationErrorReport.AnrInfo()
Create an uninitialized instance of AnrInfo. |
|
ApplicationErrorReport.AnrInfo(Parcel in)
Create an instance of AnrInfo initialized from a Parcel. |
|
Public methods | |
|---|---|
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. |
Inherited methods | |
|---|---|
java.lang.Object
| |
ApplicationErrorReport.AnrInfo ()
Create an uninitialized instance of AnrInfo.
ApplicationErrorReport.AnrInfo (Parcel in)
Create an instance of AnrInfo initialized from a Parcel.
| Parameters | |
|---|---|
in |
Parcel
|
void dump (Printer pw, String prefix)
Dump an AnrInfo instance to a Printer.
| Parameters | |
|---|---|
pw |
Printer
|
prefix |
String
|
void writeToParcel (Parcel dest, int flags)
Save an AnrInfo instance to a parcel.
| Parameters | |
|---|---|
dest |
Parcel
|
flags |
int
|