Package | Description |
---|---|
org.acra | |
org.acra.sender |
Modifier and Type | Method and Description |
---|---|
void |
ErrorReporter.addReportSender(ReportSender sender)
Add a
ReportSender to the list of active ReportSender s. |
void |
ErrorReporter.removeReportSender(ReportSender sender)
Remove a specific instance of
ReportSender from the list of
active ReportSender s. |
void |
ErrorReporter.setReportSender(ReportSender sender)
Removes all previously set
ReportSender s and set the given one as
the new ReportSender . |
Modifier and Type | Class and Description |
---|---|
class |
EmailIntentSender
Send reports through an email intent.
|
class |
HttpSender
The
ReportSender used by ACRA when ReportsCrashes.formUri()
has been defined in order to post crash data to a custom server-side data
collection script. |
Copyright © 2010-2015. All Rights Reserved.