Error Reporter
This interface contains methods used to interact with ACRA after it has been initialized
Author
F43nd1r
Since
29.12.2017
Inheritors
Functions
Removes all key/value pairs from your reports custom data field.
Gets the current value for a key in your reports custom data field.
Send a normal report for the given exception.
Send a normal report for the given exception
Send a silent report for the given exception
Use this method to provide the ErrorReporter with data of your running application. You should call this at several key places in your code the same way as you would output important debug data in a log file. Only the latest value is kept for each key (no history of the values is sent in the report).
Removes a key/value pair from your reports custom data field.
Enable or disable this ErrorReporter. By default it is enabled.