BugreportErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines bugreport error code values used by the Android OS API.
public enum BugreportErrorCode
type BugreportErrorCode =
- Inheritance
-
BugreportErrorCode
Fields
| Name | Value | Description |
|---|---|---|
| InvalidInput | 1 | The input options were invalid. For example, the destination file the app provided could not be written by the system. |
| Runtime | 2 | A runtime error occurred. |
| UserDeniedConsent | 3 | User denied consent to share the bugreport. |
| UserConsentTimedOut | 4 | The request to get user consent timed out. |
| AnotherReportInProgress | 5 | There is currently a bugreport running. The caller should try again later. |
| NoBugreportToRetrieve | 6 | There is no bugreport to retrieve for the caller. |
Remarks
Provides Android OS API values for BugreportErrorCode.
Java documentation for android.os.BugreportManager.BugreportCallback.
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.