Android.App.ApplicationErrorReport Members

The members of Android.App.ApplicationErrorReport are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create an uninitialized instance of Android.App.ApplicationErrorReport.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
TypeAnrApplicationErrorReportType (2). An error report about an application that's not responding.
const
TypeBatteryApplicationErrorReportType (3). An error report about an application that's consuming too much battery.
const
TypeCrashApplicationErrorReportType (1). An error report about an application crash.
const
TypeNoneApplicationErrorReportType (0). Uninitialized error report.
const
TypeRunningServiceApplicationErrorReportType (5). A report from a user to a developer about a running service that the user doesn't think should be running.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
InstallerPackageNamestring. Package name of the application which installed the application this report pertains to.
PackageNamestring. Package name of the application.
ProcessNamestring. Process name of the application.
SystemAppbool. Set if the app is on the system image.
Timelong. Time at which the error occurred.
TypeApplicationErrorReportType. Type of this report.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Dump(Android.Util.IPrinter, string)
Dump the report to a Printer.
static
GetErrorReportReceiver(Android.Content.Context, string, Android.Content.PM.ApplicationInfoFlags) : Android.Content.ComponentName
ReadFromParcel(Android.OS.Parcel)
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.