ACRAConstants

Responsible for collating those constants shared among the ACRA components.

Author

William Ferguson

Since

4.3.0

Properties

Link copied to clipboard

Suffix to be added to report files when they have been approved by the user in NOTIFICATION mode

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val DEFAULT_LOG_LINES: Int = 100
Link copied to clipboard

Default list of ReportFields to be sent in reports. You can set your own list with org.acra.annotation.AcraCore.reportContent.

Link copied to clipboard
const val MAX_SEND_REPORTS: Int = 5

This is the maximum number of previously stored reports that we send in one batch to avoid overloading the network.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

This key is used to store the silent state of a report sent by handleSilentException().

Link copied to clipboard
const val UTF8: String