Acra Core
Main ACRA configuration
Author
F43nd1r
Functions
additionalDropBoxTags
Link copied to clipboard
additionalSharedPreferences
Link copied to clipboard
Add here your android.content.SharedPreferences identifier Strings if you use others than your application's default.
alsoReportToAndroidFramework
Link copied to clipboard
annotationType
Link copied to clipboard
applicationLogFile
Link copied to clipboard
applicationLogFileDir
Link copied to clipboard
To use in combination with APPLICATION_LOG to set the root for the path provided in applicationLogFile
applicationLogFileLines
Link copied to clipboard
attachmentUriProvider
Link copied to clipboard
@NonNull()
Content copied to clipboard
Allows attachmentUris configuration at runtime instead of compile time.
attachmentUris
Link copied to clipboard
buildConfigClass
Link copied to clipboard
deleteUnapprovedReportsOnApplicationStart
Link copied to clipboard
dropboxCollectionMinutes
Link copied to clipboard
excludeMatchingSettingsKeys
Link copied to clipboard
Provide here regex patterns to be evaluated on each android.provider.Settings.System, android.provider.Settings.Secure and android.provider.Settings.Global key to exclude KV pairs from being collected.This allows you to exclude sensitive data from being collected.
excludeMatchingSharedPreferencesKeys
Link copied to clipboard
@NonNull()
Content copied to clipboard
Provide here regex patterns to be evaluated on each android.content.SharedPreferences key to exclude KV pairs from the collected SharedPreferences.This allows you to exclude sensitive user data like passwords from being collected.
includeDropBoxSystemTags
Link copied to clipboard
If enabled, DropBox events collection will include system tags:
- system_app_anr
- system_app_wtf
- system_app_crash
- system_server_anr
- system_server_wtf
- system_server_crash
- BATTERY_DISCHARGE_INFO
- SYSTEM_RECOVERY_LOG
- SYSTEM_BOOT
- SYSTEM_LAST_KMSG
- APANIC_CONSOLE
- APANIC_THREADS
- SYSTEM_RESTART
- SYSTEM_TOMBSTONE
- data_app_strictmode
logcatArguments
Link copied to clipboard
logcatFilterByPid
Link copied to clipboard
logcatReadNonBlocking
Link copied to clipboard
reportContent
Link copied to clipboard
reportFormat
Link copied to clipboard
resReportSendFailureToast
Link copied to clipboard
resReportSendSuccessToast
Link copied to clipboard
retryPolicyClass
Link copied to clipboard
sendReportsInDevMode
Link copied to clipboard
sharedPreferencesName
Link copied to clipboard
Name of the SharedPreferences that will host ACRA settings which you can make accessible to your users through a preferences screen:Default is to use the application default SharedPreferences, as retrieved with getDefaultSharedPreferences
stopServicesOnCrash
Link copied to clipboard