Back to Acra

ACRAConstants

web/static/javadoc/5.6.2/org/acra/ACRAConstants.html

latest7.3 KB
Original Source

Skip navigation links

org.acra

Class ACRAConstants


public final classACRAConstantsextends[Object](http://d.android.com/reference/java/lang/Object.html?is-external=true "class or interface in java.lang")

Responsible for collating those constants shared among the ACRA components. Since:4.3.0

Field Summary

Fields | 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 ReportFields 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 |

Method Summary

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

- 

REPORTFILE_EXTENSION

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")REPORTFILE_EXTENSION

See Also:Constant Field Values

- 

APPROVED_SUFFIX

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")APPROVED_SUFFIX

Suffix to be added to report files when they have been approved by the user in NOTIFICATION mode See Also:Constant Field Values

- 

SILENT_SUFFIX

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")SILENT_SUFFIX

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

- 

MAX_SEND_REPORTS

public static final int MAX_SEND_REPORTS

This is the maximum number of previously stored reports that we send in one batch to avoid overloading the network. See Also:Constant Field Values

- 

NULL_VALUE

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")NULL_VALUE

A special String value to allow the usage of a pseudo-null default value in annotation parameters. See Also:Constant Field Values

- 

DEFAULT_RES_VALUE

public static final int DEFAULT_RES_VALUE

See Also:Constant Field Values

- 

DEFAULT_STRING_VALUE

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")DEFAULT_STRING_VALUE

See Also:Constant Field Values

- 

DEFAULT_LOG_LINES

public static final int DEFAULT_LOG_LINES

See Also:Constant Field Values

- 

DEFAULT_BUFFER_SIZE_IN_BYTES

public static final int DEFAULT_BUFFER_SIZE_IN_BYTES

See Also:Constant Field Values

- 

DEFAULT_REPORT_FIELDS

public static final[ReportField](../../org/acra/ReportField.html "enum in org.acra")[] DEFAULT_REPORT_FIELDS

Default list of ReportFields to be sent in reports. You can set your own list with AcraCore.reportContent().

- 

DATE_TIME_FORMAT_STRING

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")DATE_TIME_FORMAT_STRING

See Also:Constant Field Values

- 

DEFAULT_CERTIFICATE_TYPE

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")DEFAULT_CERTIFICATE_TYPE

See Also:Constant Field Values

- 

NOT_AVAILABLE

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")NOT_AVAILABLE

See Also:Constant Field Values

- 

UTF8

public static final[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")UTF8

See Also:Constant Field Values

Skip navigation links