Interface | Description |
---|---|
ReportSender |
A simple interface for defining various crash report senders.
|
ReportSenderFactory |
Factory for creating and configuring a
ReportSender instance. |
Class | Description |
---|---|
BaseReportSenderFactory | |
DefaultReportSenderFactory |
Will auto-discover other ReportSenderFactories.
|
EmailIntentSender |
Send reports through an email intent.
|
EmailIntentSenderFactory |
Constructs an
EmailIntentSender . |
HttpSender |
The
ReportSender used by ACRA for http sending |
HttpSenderFactory |
Constructs a
HttpSender with no report field mappings. |
SenderService | |
SenderServiceStarter |
Starts the Service(Intent)Service to process and send pending reports.
|
Enum | Description |
---|---|
HttpSender.Method |
Available HTTP methods to send data.
|
Exception | Description |
---|---|
ReportSenderException |
This exception is thrown when an error occurred while sending crash data in a
ReportSender implementation. |