# Print output for @column tags ?> ApplicationErrorReport.AnrInfo - Android SDK | Android Developers

Most visited

Recently visited

ApplicationErrorReport.AnrInfo

public static class ApplicationErrorReport.AnrInfo
extends Object

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


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

AnrInfo()

Create an uninitialized instance of AnrInfo.

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

Fields

activity

public String activity

Activity name.

cause

public String cause

Description of the operation that timed out.

info

public String info

Additional info, including CPU stats.

Public constructors

AnrInfo

public AnrInfo ()

Create an uninitialized instance of AnrInfo.

AnrInfo

public AnrInfo (Parcel in)

Create an instance of AnrInfo initialized from a Parcel.

Parameters
in Parcel

Public methods

dump

public void dump (Printer pw, 
                String prefix)

Dump an AnrInfo instance to a Printer.

Parameters
pw Printer

prefix String

writeToParcel

public void writeToParcel (Parcel dest, 
                int flags)

Save an AnrInfo instance to a parcel.

Parameters
dest Parcel

flags int