Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

ApplicationErrorReport.AnrInfo

extends Object
java.lang.Object
   ↳ android.app.ApplicationErrorReport.AnrInfo

Class Overview

Describes an application not responding error.

Summary

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.
[Expand]
Inherited Methods
From class java.lang.Object

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

public ApplicationErrorReport.AnrInfo ()

Create an uninitialized instance of AnrInfo.

public ApplicationErrorReport.AnrInfo ( Parcel in)

Create an instance of AnrInfo initialized from a Parcel.

Public Methods

public void dump ( Printer pw, String prefix)

Dump an AnrInfo instance to a Printer.

public void writeToParcel ( Parcel dest, int flags)

Save an AnrInfo instance to a parcel.