The members of Android.App.ApplicationErrorReport are listed below.
See Also: Inherited members from Java.Lang.Object
Create an uninitialized instance of Android.App.ApplicationErrorReport. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | TypeAnr | ApplicationErrorReportType (2). An error report about an application that's not responding. |
const | TypeBattery | ApplicationErrorReportType (3). An error report about an application that's consuming too much battery. |
const | TypeCrash | ApplicationErrorReportType (1). An error report about an application crash. |
const | TypeNone | ApplicationErrorReportType (0). Uninitialized error report. |
const | TypeRunningService | ApplicationErrorReportType (5). A report from a user to a developer about a running service that the user doesn't think should be running. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
InstallerPackageName | string. Package name of the application which installed the application this report pertains to. | |
PackageName | string. Package name of the application. | |
ProcessName | string. Process name of the application. | |
SystemApp | bool. Set if the app is on the system image. | |
Time | long. Time at which the error occurred. | |
Type | ApplicationErrorReportType. Type of this report. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()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) | |
ReadFromParcel(Android.OS.Parcel) | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |