Report Field
Specifies all the different fields available in a crash report.
Author
Normal
Entries
THREAD_DETAILS
Link copied to clipboard
Content copied to clipboard
Retrieves details of the failing thread (id, name, group name).
MEDIA_CODEC_LIST
Link copied to clipboard
Content 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).
APPLICATION_LOG
Link copied to clipboard
Content copied to clipboard
Content of your own application log file.
SHARED_PREFERENCES
Link copied to clipboard
Content copied to clipboard
SharedPreferences contents
SETTINGS_GLOBAL
Link copied to clipboard
Content copied to clipboard
Global settings, introduced in Android 4.2 (API level 17) to centralize settings for multiple users.
SETTINGS_SECURE
Link copied to clipboard
Content copied to clipboard
Secure settings (applications can't modify them).
SETTINGS_SYSTEM
Link copied to clipboard
Content copied to clipboard
System settings.
ENVIRONMENT
Link copied to clipboard
Content copied to clipboard
External storage state and standard directories.
DEVICE_FEATURES
Link copied to clipboard
Content copied to clipboard
Features declared as available on this device by the system.
USER_EMAIL
Link copied to clipboard
Content copied to clipboard
User email address.
INSTALLATION_ID
Link copied to clipboard
Content copied to clipboard
Installation unique ID.
DUMPSYS_MEMINFO
Link copied to clipboard
Content copied to clipboard
Memory state details for the application process.
USER_CRASH_DATE
Link copied to clipboard
Content copied to clipboard
User date immediately after the crash occurred.
USER_APP_START_DATE
Link copied to clipboard
Content copied to clipboard
User date on application start.
USER_COMMENT
Link copied to clipboard
Content copied to clipboard
Comment added by the user in the CrashReportDialog.
CRASH_CONFIGURATION
Link copied to clipboard
Content copied to clipboard
android.content.res.Configuration fields state on the application crash.
INITIAL_CONFIGURATION
Link copied to clipboard
Content copied to clipboard
android.content.res.Configuration fields state on the application start.
STACK_TRACE_HASH
Link copied to clipboard
Content copied to clipboard
A hash of the stack trace, taking only method names into account.
STACK_TRACE
Link copied to clipboard
Content copied to clipboard
The Holy Stack Trace.
CUSTOM_DATA
Link copied to clipboard
Content copied to clipboard
Contains key = value pairs defined by the application developer during the application execution.
BUILD_CONFIG
Link copied to clipboard
Content copied to clipboard
Contains key = value pairs defined by the application developer during the application build.
AVAILABLE_MEM_SIZE
Link copied to clipboard
Content copied to clipboard
Estimation of the available device memory size based on filesystem stats.
TOTAL_MEM_SIZE
Link copied to clipboard
Content copied to clipboard
Estimation of the total device memory size based on filesystem stats.
ANDROID_VERSION
Link copied to clipboard
Content copied to clipboard
Device android version name.
PHONE_MODEL
Link copied to clipboard
Content copied to clipboard
Device model name.
PACKAGE_NAME
Link copied to clipboard
Content copied to clipboard
Application package name.
APP_VERSION_NAME
Link copied to clipboard
Content copied to clipboard
Application version name.
APP_VERSION_CODE
Link copied to clipboard
Content copied to clipboard
Application version code.