ApplicationErrorReport.Type Property

Definition

Type of this report.

[Android.Runtime.Register("type")]
public Android.App.ApplicationErrorReportType Type { get; set; }
[<Android.Runtime.Register("type")>]
member this.Type : Android.App.ApplicationErrorReportType with get, set

Property Value

Attributes

Remarks

Type of this report. Can be one of #TYPE_NONE, #TYPE_CRASH, #TYPE_ANR, #TYPE_BATTERY, or #TYPE_RUNNING_SERVICE.

Java documentation for android.app.ApplicationErrorReport.type.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to