Package | Description |
---|---|
org.acra |
Modifier and Type | Method and Description |
---|---|
ErrorReporter.ReportBuilder |
ErrorReporter.ReportBuilder.customData(Map<String,String> customData)
Sets additional values to be added to
CUSTOM_DATA . |
ErrorReporter.ReportBuilder |
ErrorReporter.ReportBuilder.customData(String key,
String value)
Sets an additional value to be added to
CUSTOM_DATA . |
ErrorReporter.ReportBuilder |
ErrorReporter.ReportBuilder.endsApplication()
Ends the application after sending the crash report
|
ErrorReporter.ReportBuilder |
ErrorReporter.ReportBuilder.exception(Throwable e)
Set the stack trace to be reported
|
ErrorReporter.ReportBuilder |
ErrorReporter.ReportBuilder.forceSilent()
Forces the report to be sent silently, ignoring the default interaction mode set in the config
|
ErrorReporter.ReportBuilder |
ErrorReporter.ReportBuilder.message(String msg)
Set the error message to be reported.
|
ErrorReporter.ReportBuilder |
ErrorReporter.reportBuilder()
Creates a new crash report builder
|
Copyright © 2010-2015. All Rights Reserved.