public final class ACRAConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APPROVED_SUFFIX
Suffix to be added to report files when they have been approved by the
user in NOTIFICATION mode
|
static java.lang.String |
DATE_TIME_FORMAT_STRING |
static java.lang.String |
DEFAULT_APPLICATION_LOGFILE |
static int |
DEFAULT_APPLICATION_LOGFILE_LINES |
static int |
DEFAULT_BUFFER_SIZE_IN_BYTES |
static java.lang.String |
DEFAULT_CERTIFICATE_TYPE |
static int |
DEFAULT_CONNECTION_TIMEOUT |
static boolean |
DEFAULT_DELETE_OLD_UNSENT_REPORTS_ON_APPLICATION_START |
static boolean |
DEFAULT_DELETE_UNAPPROVED_REPORTS_ON_APPLICATION_START |
static int |
DEFAULT_DIALOG_ICON |
static int |
DEFAULT_DIALOG_NEGATIVE_BUTTON_TEXT |
static int |
DEFAULT_DIALOG_POSITIVE_BUTTON_TEXT |
static int |
DEFAULT_DROPBOX_COLLECTION_MINUTES |
static boolean |
DEFAULT_INCLUDE_DROPBOX_SYSTEM_TAGS |
static boolean |
DEFAULT_LOGCAT_FILTER_BY_PID |
static int |
DEFAULT_LOGCAT_LINES |
static ReportField[] |
DEFAULT_MAIL_REPORT_FIELDS
Default list of
ReportField s to be sent in email reports. |
static boolean |
DEFAULT_NON_BLOCKING_READ_FOR_LOGCAT |
static int |
DEFAULT_NOTIFICATION_ICON |
static ReportField[] |
DEFAULT_REPORT_FIELDS
Default list of
ReportField s to be sent in reports. |
static boolean |
DEFAULT_REPORT_TO_ANDROID_FRAMEWORK |
static int |
DEFAULT_RES_VALUE |
static boolean |
DEFAULT_SEND_REPORTS_IN_DEV_MODE |
static int |
DEFAULT_SHARED_PREFERENCES_MODE |
static int |
DEFAULT_SOCKET_TIMEOUT |
static java.lang.String |
DEFAULT_STRING_VALUE |
static java.lang.String |
EXTRA_FORCE_CANCEL
Set this extra to true to force the deletion of reports by the
CrashReportDialog activity. |
static java.lang.String |
EXTRA_REPORT_CONFIG
Used in the intent starting CrashReportDialog to provide the AcraConfig to use when gathering the crash info.
|
static java.lang.String |
EXTRA_REPORT_EXCEPTION
Used in the intent starting CrashReportDialog to provide the Exception that caused the crash.
|
static java.lang.String |
EXTRA_REPORT_FILE
Used in the intent starting CrashReportDialog to provide the name of the
latest generated report file in order to be able to associate the user
comment.
|
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 Element |
NOT_AVAILABLE |
static int |
NOTIF_CRASH_ID
This is the identifier (value = 666) use for the status bar notification issued when crashes occur.
|
static java.lang.String |
NULL_VALUE
A special String value to allow the usage of a pseudo-null default value
in annotation parameters.
|
static java.lang.String |
REPORTFILE_EXTENSION |
static java.lang.String |
SILENT_SUFFIX
This key is used to store the silent state of a report sent by
handleSilentException().
|
static int |
TOAST_WAIT_DURATION
Number of milliseconds to wait after displaying a toast.
|
static java.lang.String |
UTF8 |
public static final java.lang.String REPORTFILE_EXTENSION
public static final java.lang.String APPROVED_SUFFIX
public static final java.lang.String SILENT_SUFFIX
public static final int MAX_SEND_REPORTS
public static final java.lang.String EXTRA_REPORT_FILE
public static final java.lang.String EXTRA_REPORT_EXCEPTION
public static final java.lang.String EXTRA_REPORT_CONFIG
public static final java.lang.String EXTRA_FORCE_CANCEL
CrashReportDialog
activity.public static final int NOTIF_CRASH_ID
public static final int TOAST_WAIT_DURATION
public static final java.lang.String NULL_VALUE
public static final boolean DEFAULT_REPORT_TO_ANDROID_FRAMEWORK
public static final int DEFAULT_SOCKET_TIMEOUT
public static final int DEFAULT_CONNECTION_TIMEOUT
public static final boolean DEFAULT_DELETE_UNAPPROVED_REPORTS_ON_APPLICATION_START
public static final boolean DEFAULT_DELETE_OLD_UNSENT_REPORTS_ON_APPLICATION_START
public static final int DEFAULT_DROPBOX_COLLECTION_MINUTES
public static final boolean DEFAULT_INCLUDE_DROPBOX_SYSTEM_TAGS
public static final int DEFAULT_SHARED_PREFERENCES_MODE
@DrawableRes public static final int DEFAULT_NOTIFICATION_ICON
@DrawableRes public static final int DEFAULT_DIALOG_ICON
@StringRes public static final int DEFAULT_DIALOG_POSITIVE_BUTTON_TEXT
@StringRes public static final int DEFAULT_DIALOG_NEGATIVE_BUTTON_TEXT
public static final int DEFAULT_RES_VALUE
public static final java.lang.String DEFAULT_STRING_VALUE
public static final int DEFAULT_LOGCAT_LINES
public static final int DEFAULT_BUFFER_SIZE_IN_BYTES
public static final boolean DEFAULT_LOGCAT_FILTER_BY_PID
public static final boolean DEFAULT_NON_BLOCKING_READ_FOR_LOGCAT
public static final boolean DEFAULT_SEND_REPORTS_IN_DEV_MODE
public static final java.lang.String DEFAULT_APPLICATION_LOGFILE
public static final int DEFAULT_APPLICATION_LOGFILE_LINES
public static final ReportField[] DEFAULT_MAIL_REPORT_FIELDS
ReportField
s to be sent in email reports. You can
set your own list with
ReportsCrashes.customReportContent()
.ReportsCrashes.mailTo()
public static final ReportField[] DEFAULT_REPORT_FIELDS
ReportField
s to be sent in reports. You can set
your own list with
ReportsCrashes.customReportContent()
.public static final java.lang.String DATE_TIME_FORMAT_STRING
public static final java.lang.String DEFAULT_CERTIFICATE_TYPE
public static final Element NOT_AVAILABLE
public static final java.lang.String UTF8