Package | Description |
---|---|
org.acra | |
org.acra.collector | |
org.acra.sender |
Modifier and Type | Field and Description |
---|---|
static ReportField[] |
ACRAConstants.DEFAULT_MAIL_REPORT_FIELDS
Default list of
ReportField s to be sent in email reports. |
static ReportField[] |
ACRAConstants.DEFAULT_REPORT_FIELDS
Default list of
ReportField s to be sent in reports. |
Modifier and Type | Method and Description |
---|---|
ReportField[] |
ACRAConfiguration.customReportContent() |
static ReportField |
ReportField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportField[] |
ReportField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ACRAConfiguration |
ACRAConfiguration.setCustomReportContent(ReportField[] customReportContent) |
Modifier and Type | Method and Description |
---|---|
String |
CrashReportData.getProperty(ReportField key)
Returns the property with the specified name.
|
Constructor and Description |
---|
HttpSender(HttpSender.Method method,
HttpSender.Type type,
Map<ReportField,String> mapping)
Create a new HttpSender instance with its destination taken from
ACRA.getConfig() dynamically. |
HttpSender(HttpSender.Method method,
HttpSender.Type type,
String formUri,
Map<ReportField,String> mapping)
Create a new HttpPostSender instance with a fixed destination provided as
a parameter.
|
Copyright © 2010-2015. All Rights Reserved.