Interface | Description |
---|---|
ReportSender |
A simple interface for defining various crash report senders.
|
Class | Description |
---|---|
EmailIntentSender |
Send reports through an email intent.
|
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. |
Enum | Description |
---|---|
HttpSender.Method |
Available HTTP methods to send data.
|
HttpSender.Type |
Type of report data encoding, currently supports Html Form encoding and
JSON.
|
Exception | Description |
---|---|
ReportSenderException |
This exception is thrown when an error ocurred while sending crash data in a
ReportSender implementation. |
Copyright © 2010-2015. All Rights Reserved.