Report Field
Specifies all the different fields available in a crash report.
Author
Normal
Entries
Retrieves details of the failing thread (id, name, group name).
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).
Content of your own application log file.
SharedPreferences contents
Global settings, introduced in Android 4.2 (API level 17) to centralize settings for multiple users.
Secure settings (applications can't modify them).
System settings.
External storage state and standard directories.
Features declared as available on this device by the system.
User email address. Can be provided by the user in SharedPreferences.
Installation unique ID. This identifier allow you to track a specific user application installation without using any personal data.
Memory state details for the application process.
User date immediately after the crash occurred.
User date on application start.
Comment added by the user in the CrashReportDialog.
android.content.res.Configuration fields state on the application crash.
android.content.res.Configuration fields state on the application start.
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.
The Holy Stack Trace.
Contains key = value pairs defined by the application developer during the application execution.
Contains key = value pairs defined by the application developer during the application build.
Estimation of the available device memory size based on filesystem stats.
Estimation of the total device memory size based on filesystem stats.
Device android version name.
Device model name.
Application package name.
Application version name.
Application version code. This is the incremental integer version code used to differentiate versions on the android market.