Sprache

BugreportManager.BugreportCallback.BugreportErrorAnotherReportInProgress Feld

Definition

Achtung

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

Zurzeit wird ein Fehlerbericht ausgeführt.

[Android.Runtime.Register("BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BugreportErrorCode enum directly instead of this field.", true)]
public const Android.OS.BugreportErrorCode BugreportErrorAnotherReportInProgress = 5;
[<Android.Runtime.Register("BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BugreportErrorCode enum directly instead of this field.", true)>]
val mutable BugreportErrorAnotherReportInProgress : Android.OS.BugreportErrorCode

Feldwert

Value = 5
Attribute

Hinweise

Zurzeit wird ein Fehlerbericht ausgeführt. Der Anrufer sollte es später erneut versuchen.

Java Dokumentation für android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: