public final class ACRAConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APPROVED_SUFFIX
Suffix to be added to report files when they have been approved by the
user in NOTIFICATION mode
|
static String |
DATE_TIME_FORMAT_STRING |
static int |
DEFAULT_BUFFER_SIZE_IN_BYTES |
static String |
DEFAULT_CERTIFICATE_TYPE |
static int |
DEFAULT_LOG_LINES |
static ReportField[] |
DEFAULT_REPORT_FIELDS
Default list of
ReportField s to be sent in reports. |
static int |
DEFAULT_RES_VALUE |
static String |
DEFAULT_STRING_VALUE |
static int |
MAX_SEND_REPORTS
This is the maximum number of previously stored reports that we send
in one batch to avoid overloading the network.
|
static String |
NOT_AVAILABLE |
static String |
NULL_VALUE
A special String value to allow the usage of a pseudo-null default value
in annotation parameters.
|
static String |
REPORTFILE_EXTENSION |
static String |
SILENT_SUFFIX
This key is used to store the silent state of a report sent by
handleSilentException().
|
static String |
UTF8 |
public static final String REPORTFILE_EXTENSION
public static final String APPROVED_SUFFIX
public static final String SILENT_SUFFIX
public static final int MAX_SEND_REPORTS
public static final String NULL_VALUE
public static final int DEFAULT_RES_VALUE
public static final String DEFAULT_STRING_VALUE
public static final int DEFAULT_LOG_LINES
public static final int DEFAULT_BUFFER_SIZE_IN_BYTES
public static final ReportField[] DEFAULT_REPORT_FIELDS
ReportField
s to be sent in reports. You can set
your own list with
AcraCore.reportContent()
.public static final String DATE_TIME_FORMAT_STRING
public static final String DEFAULT_CERTIFICATE_TYPE
public static final String NOT_AVAILABLE
public static final String UTF8