ReportField

Specifies all the different fields available in a crash report.

Author

Normal

Entries

Link copied to clipboard

Report Identifier.

Link copied to clipboard

Application version code. This is the incremental integer version code used to differentiate versions on the android market.

Link copied to clipboard

Application version name.

Link copied to clipboard

Application package name.

Link copied to clipboard

Base path of the application's private file folder.

Link copied to clipboard

Device model name.

Link copied to clipboard

Device android version name.

Link copied to clipboard

Android Build details.

Link copied to clipboard

Device brand (manufacturer or carrier).

Link copied to clipboard

Device overall product code.

Link copied to clipboard

Estimation of the total device memory size based on filesystem stats.

Link copied to clipboard

Estimation of the available device memory size based on filesystem stats.

Link copied to clipboard

Contains key = value pairs defined by the application developer during the application build.

Link copied to clipboard

Contains key = value pairs defined by the application developer during the application execution.

Link copied to clipboard

The Holy Stack Trace.

Link copied to clipboard

A hash of the stack trace, taking only method names into account.

Line numbers are stripped out before computing the hash. This can help you uniquely identify stack traces.

Link copied to clipboard

android.content.res.Configuration fields state on the application start.

Link copied to clipboard

android.content.res.Configuration fields state on the application crash.

Link copied to clipboard

Device display specifications.

Link copied to clipboard

Comment added by the user in the CrashReportDialog.

Link copied to clipboard

User date on application start.

Link copied to clipboard

User date immediately after the crash occurred.

Link copied to clipboard

Memory state details for the application process.

Link copied to clipboard

Content of the android.os.DropBoxManager (introduced in API level 8). Requires READ_LOGS permission.

Link copied to clipboard

Logcat default extract. Requires READ_LOGS permission.

Link copied to clipboard

Logcat eventslog extract. Requires READ_LOGS permission.

Link copied to clipboard

Logcat radio extract. Requires READ_LOGS permission.

Link copied to clipboard

True if the report has been explicitly sent silently by the developer.

Link copied to clipboard

Device unique ID (IMEI). Requires READ_PHONE_STATE permission.

Link copied to clipboard

Installation unique ID. This identifier allow you to track a specific user application installation without using any personal data.

Link copied to clipboard

User email address. Can be provided by the user in SharedPreferences.

Link copied to clipboard

Features declared as available on this device by the system.

Link copied to clipboard

External storage state and standard directories.

Link copied to clipboard

System settings.

Link copied to clipboard

Secure settings (applications can't modify them).

Link copied to clipboard

Global settings, introduced in Android 4.2 (API level 17) to centralize settings for multiple users.

Link copied to clipboard

SharedPreferences contents

Link copied to clipboard

Content of your own application log file.

Link copied to clipboard

Since Android API Level 16 (Android 4.1 - Jelly Beans), retrieve the list of supported Media codecs and their capabilities (color format, profile and level).

Link copied to clipboard

Retrieves details of the failing thread (id, name, group name).

Link copied to clipboard

Retrieves the user IP address(es).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.