REST Resource: vitals.errors.issues
Stay organized with collections
Save and categorize content based on your preferences.
Resource: ErrorIssue
A group of related ErrorReports received for an app.
Similar error reports are grouped together into issues with a likely identical root cause.
Please note: this resource is currently in Alpha. There could be changes to the issue grouping that would result in similar but more recent error reports being assigned to different issues. This could also cause some issues disappearing entirely and being replaced by new ones.
Required permissions: to access this resource, the calling user needs the View app information (read-only) permission for the app.
JSON representation |
{
"name": string,
"type": enum (ErrorType ),
"cause": string,
"location": string
} |
Fields |
name |
string
The resource name of the issue. Format: apps/{app}/errorIssues/{issue}
|
type |
enum (ErrorType )
Type of the errors grouped in this issue.
|
cause |
string
Cause of the issue. Depending on the type this can be either:
- APPLICATION_NOT_RESPONDING: the type of ANR that occurred, e.g., 'Input dispatching timed out'.
- CRASH: for Java unhandled exception errors, the type of the innermost exception that was thrown, e.g., IllegalArgumentException. For signals in native code, the signal that was raised, e.g. SIGSEGV.
|
location |
string
Location where the issue happened. Depending on the type this can be either:
- APPLICATION_NOT_RESPONDING: the name of the activity or service that stopped responding.
- CRASH: the likely method name that caused the error.
|
Methods |
|
Searches all error issues in which reports have been grouped. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-11-02 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]