Resource: ErrorReport
An error report received for an app.
There reports are produced by the Android platform code when a (potentially fatal) error condition is detected. Identical reports from many users will be deduplicated and coalesced into a single ErrorReport.
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 ( |
Fields | |
---|---|
name |
The resource name of the report. Format: apps/{app}/{report} |
type |
Type of the error for which this report was generated. |
reportText |
Textual representation of the error report. These textual reports are produced by the platform. The reports are then sanitized and filtered to remove any potentially sensitive information. Although their format is fairly stable, they are not entirely meant for machine consumption and we cannot guarantee that there won't be subtle changes to the formatting that may break systems trying to parse information out of the reports. |
issue |
The issue this report was associated with. 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 a different issue. |
eventTime |
Start of the hour during which the latest event in this error report occurred. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
deviceModel |
A device model on which an event in this error report occurred on. |
osVersion |
The OS version on which an event in this error report occurred on. |
appVersion |
The app version on which an event in this error report occurred on. |
vcsInformation |
Version control system information from BUNDLE-METADATA/version-control-info.textproto or META-INF/version-control-info.textproto of the app bundle or APK, respectively. |
DeviceModelSummary
Summary of a device
JSON representation |
---|
{
"deviceId": {
object ( |
Fields | |
---|---|
deviceId |
Identifier of the device. |
marketingName |
Display name of the device. |
deviceUri |
Link to the device in Play Device Catalog. |
DeviceId
Identifier of a device.
JSON representation |
---|
{ "buildBrand": string, "buildDevice": string } |
Fields | |
---|---|
buildBrand |
Value of Build.BRAND. |
buildDevice |
Value of Build.DEVICE. |
Methods |
|
---|---|
|
Searches all error reports received for an app. |