Intent.ExtraBugReport Field

Definition

Used as a parcelable extra field in #ACTION_APP_ERROR, containing the bug report.

[Android.Runtime.Register("EXTRA_BUG_REPORT")]
public const string ExtraBugReport;
[<Android.Runtime.Register("EXTRA_BUG_REPORT")>]
val mutable ExtraBugReport : string

Field Value

Implements

Attributes

Remarks

Used as a parcelable extra field in #ACTION_APP_ERROR, containing the bug report.

Java documentation for android.content.Intent.EXTRA_BUG_REPORT.

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