Core Configuration
Functions
Properties
Add here your android.content.SharedPreferences identifier Strings if you use others than your application's default. They will be added to the ReportField.SHARED_PREFERENCES field.
To use in combination with ReportField.APPLICATION_LOG to set the root for the path provided in applicationLogFile
Allows attachmentUris configuration at runtime instead of compile time.
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.
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.
Implement a custom RetryPolicy to decide if a failed report should be resent or not.
Extensions
Allows easy access to Plugin configurations from the main configuration