Language

AnrTypes.AnrTypeOther Field

Definition

Caution

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

The ANR type is not one of the other defined types.

[Android.Runtime.Register("ANR_TYPE_OTHER", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AnrType enum directly instead of this field.", true)]
public const Android.App.AnrType AnrTypeOther = 0;
[<Android.Runtime.Register("ANR_TYPE_OTHER", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AnrType enum directly instead of this field.", true)>]
val mutable AnrTypeOther : Android.App.AnrType

Field Value

Value = 0
Attributes

Remarks

The ANR type is not one of the other defined types.

This is used as a default when the specific cause of the ANR is not known or does not fit into a more specific category

Android reference for android.app.AnrTypes.ANR_TYPE_OTHER.

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