ReportField

enum ReportField : Enum<ReportField>

Specifies all the different fields available in a crash report.

Author

Normal

Entries

USER_IP
Link copied to clipboard
Retrieves the user IP address(es).
THREAD_DETAILS
Link copied to clipboard
Retrieves details of the failing thread (id, name, group name).
MEDIA_CODEC_LIST
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).
APPLICATION_LOG
Link copied to clipboard
Content of your own application log file.
SHARED_PREFERENCES
Link copied to clipboard
SharedPreferences contents
SETTINGS_GLOBAL
Link 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
Secure settings (applications can't modify them).
SETTINGS_SYSTEM
Link copied to clipboard
System settings.
ENVIRONMENT
Link copied to clipboard
External storage state and standard directories.
DEVICE_FEATURES
Link copied to clipboard
Features declared as available on this device by the system.
USER_EMAIL
Link copied to clipboard
User email address.
INSTALLATION_ID
Link copied to clipboard
Installation unique ID.
DEVICE_ID
Link copied to clipboard
Device unique ID (IMEI).
IS_SILENT
Link copied to clipboard
True if the report has been explicitly sent silently by the developer.
RADIOLOG
Link copied to clipboard
Logcat radio extract.
EVENTSLOG
Link copied to clipboard
Logcat eventslog extract.
LOGCAT
Link copied to clipboard
Logcat default extract.
DROPBOX
Link copied to clipboard
Content of the android.os.DropBoxManager (introduced in API level 8).
DUMPSYS_MEMINFO
Link copied to clipboard
Memory state details for the application process.
USER_CRASH_DATE
Link copied to clipboard
User date immediately after the crash occurred.
USER_APP_START_DATE
Link copied to clipboard
User date on application start.
USER_COMMENT
Link copied to clipboard
Comment added by the user in the CrashReportDialog.
DISPLAY
Link copied to clipboard
Device display specifications.
CRASH_CONFIGURATION
Link copied to clipboard
android.content.res.Configuration fields state on the application crash.
INITIAL_CONFIGURATION
Link copied to clipboard
android.content.res.Configuration fields state on the application start.
STACK_TRACE_HASH
Link copied to clipboard
A hash of the stack trace, taking only method names into account.
STACK_TRACE
Link copied to clipboard
The Holy Stack Trace.
CUSTOM_DATA
Link copied to clipboard
Contains key = value pairs defined by the application developer during the application execution.
BUILD_CONFIG
Link copied to clipboard
Contains key = value pairs defined by the application developer during the application build.
AVAILABLE_MEM_SIZE
Link copied to clipboard
Estimation of the available device memory size based on filesystem stats.
TOTAL_MEM_SIZE
Link copied to clipboard
Estimation of the total device memory size based on filesystem stats.
PRODUCT
Link copied to clipboard
Device overall product code.
BRAND
Link copied to clipboard
Device brand (manufacturer or carrier).
BUILD
Link copied to clipboard
Android Build details.
ANDROID_VERSION
Link copied to clipboard
Device android version name.
PHONE_MODEL
Link copied to clipboard
Device model name.
FILE_PATH
Link copied to clipboard
Base path of the application's private file folder.
PACKAGE_NAME
Link copied to clipboard
Application package name.
APP_VERSION_NAME
Link copied to clipboard
Application version name.
APP_VERSION_CODE
Link copied to clipboard
Application version code.
REPORT_ID
Link copied to clipboard
Report Identifier.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int