-
public class ACRAConstantsResponsible for collating those constants shared among the ACRA components.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringREPORTFILE_EXTENSIONprivate final StringAPPROVED_SUFFIXpublic final StringSILENT_SUFFIXprivate final IntegerMAX_SEND_REPORTSprivate final IntegerDEFAULT_LOG_LINESprivate final IntegerDEFAULT_BUFFER_SIZE_IN_BYTESpublic final <ERROR CLASS>DEFAULT_REPORT_FIELDSprivate final StringDATE_TIME_FORMAT_STRINGprivate final StringDEFAULT_CERTIFICATE_TYPEprivate final StringNOT_AVAILABLEprivate final StringUTF8public final static ACRAConstantsINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetREPORTFILE_EXTENSION()final StringgetAPPROVED_SUFFIX()Suffix to be added to report files when they have been approved by the user in NOTIFICATION mode final StringgetSILENT_SUFFIX()This key is used to store the silent state of a report sent by handleSilentException(). final IntegergetMAX_SEND_REPORTS()This is the maximum number of previously stored reports that we send in one batch to avoid overloading the network. final IntegergetDEFAULT_LOG_LINES()final IntegergetDEFAULT_BUFFER_SIZE_IN_BYTES()final <ERROR CLASS>getDEFAULT_REPORT_FIELDS()Default list of ReportFields to be sent in reports. final StringgetDATE_TIME_FORMAT_STRING()final StringgetDEFAULT_CERTIFICATE_TYPE()final StringgetNOT_AVAILABLE()final StringgetUTF8()-
-
Method Detail
-
getREPORTFILE_EXTENSION
final String getREPORTFILE_EXTENSION()
-
getAPPROVED_SUFFIX
final String getAPPROVED_SUFFIX()
Suffix to be added to report files when they have been approved by the user in NOTIFICATION mode
-
getSILENT_SUFFIX
final String getSILENT_SUFFIX()
This key is used to store the silent state of a report sent by handleSilentException().
-
getMAX_SEND_REPORTS
final Integer getMAX_SEND_REPORTS()
This is the maximum number of previously stored reports that we send in one batch to avoid overloading the network.
-
getDEFAULT_LOG_LINES
final Integer getDEFAULT_LOG_LINES()
-
getDEFAULT_BUFFER_SIZE_IN_BYTES
final Integer getDEFAULT_BUFFER_SIZE_IN_BYTES()
-
getDEFAULT_REPORT_FIELDS
final <ERROR CLASS> getDEFAULT_REPORT_FIELDS()
Default list of ReportFields to be sent in reports. You can set your own list with org.acra.annotation.AcraCore.reportContent.
-
getDATE_TIME_FORMAT_STRING
final String getDATE_TIME_FORMAT_STRING()
-
getDEFAULT_CERTIFICATE_TYPE
final String getDEFAULT_CERTIFICATE_TYPE()
-
getNOT_AVAILABLE
final String getNOT_AVAILABLE()
-
-
-
-