web/static/javadoc/5.6.2/org/acra/ACRAConstants.html
org.acra
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
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 |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
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
-
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().
-
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
-
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
-
public static final int DEFAULT_RES_VALUE
See Also:Constant Field Values
-
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
-
public static final int DEFAULT_LOG_LINES
See Also:Constant Field Values
-
public static final int DEFAULT_BUFFER_SIZE_IN_BYTES
See Also:Constant Field Values
-
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().
-
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
-
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
-
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
-
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