ApplicationErrorReport.TypeCrash Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.

An error report about an application crash.

[Android.Runtime.Register("TYPE_CRASH")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)]
public const Android.App.ApplicationErrorReportType TypeCrash = 1;
[<Android.Runtime.Register("TYPE_CRASH")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)>]
val mutable TypeCrash : Android.App.ApplicationErrorReportType

Field Value

ApplicationErrorReportType

Implements

Attributes

Remarks

Java documentation for android.app.ApplicationErrorReport.TYPE_CRASH.

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