org.acra
Class ACRAConstants

java.lang.Object
  extended by org.acra.ACRAConstants

public final class ACRAConstants
extends Object

Responsible for collating those constants shared among the ACRA components.

Since:
4.3.0
Author:
William Ferguson

Field Summary
static String DEFAULT_APPLICATION_LOGFILE
           
static int DEFAULT_APPLICATION_LOGFILE_LINES
           
static int DEFAULT_BUFFER_SIZE_IN_BYTES
           
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 boolean DEFAULT_DISABLE_SSL_CERT_VALIDATION
           
static int DEFAULT_DROPBOX_COLLECTION_MINUTES
           
static boolean DEFAULT_FORCE_CLOSE_DIALOG_AFTER_TOAST
           
static String DEFAULT_GOOGLE_FORM_URL_FORMAT
           
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 ReportFields to be sent in email reports.
static int DEFAULT_MAX_NUMBER_OF_REQUEST_RETRIES
           
static int DEFAULT_NOTIFICATION_ICON
           
static ReportField[] DEFAULT_REPORT_FIELDS
          Default list of ReportFields to be sent in reports.
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 String DEFAULT_STRING_VALUE
           
protected static String EXTRA_FORCE_CANCEL
          Set this extra to true to force the deletion of reports by the CrashReportDialog activity.
protected static String EXTRA_REPORT_FILE_NAME
          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 String NULL_VALUE
          A special String value to allow the usage of a pseudo-null default value in annotation parameters.
static String REPORTFILE_EXTENSION
           
 
Constructor Summary
ACRAConstants()
           
 
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 REPORTFILE_EXTENSION
See Also:
Constant Field Values

EXTRA_REPORT_FILE_NAME

protected static final String EXTRA_REPORT_FILE_NAME
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.

See Also:
Constant Field Values

EXTRA_FORCE_CANCEL

protected static final String EXTRA_FORCE_CANCEL
Set this extra to true to force the deletion of reports by the CrashReportDialog activity.

See Also:
Constant Field Values

NULL_VALUE

public static final String 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_FORCE_CLOSE_DIALOG_AFTER_TOAST

public static final boolean DEFAULT_FORCE_CLOSE_DIALOG_AFTER_TOAST
See Also:
Constant Field Values

DEFAULT_MAX_NUMBER_OF_REQUEST_RETRIES

public static final int DEFAULT_MAX_NUMBER_OF_REQUEST_RETRIES
See Also:
Constant Field Values

DEFAULT_SOCKET_TIMEOUT

public static final int DEFAULT_SOCKET_TIMEOUT
See Also:
Constant Field Values

DEFAULT_CONNECTION_TIMEOUT

public static final int DEFAULT_CONNECTION_TIMEOUT
See Also:
Constant Field Values

DEFAULT_DELETE_UNAPPROVED_REPORTS_ON_APPLICATION_START

public static final boolean DEFAULT_DELETE_UNAPPROVED_REPORTS_ON_APPLICATION_START
See Also:
Constant Field Values

DEFAULT_DELETE_OLD_UNSENT_REPORTS_ON_APPLICATION_START

public static final boolean DEFAULT_DELETE_OLD_UNSENT_REPORTS_ON_APPLICATION_START
See Also:
Constant Field Values

DEFAULT_DROPBOX_COLLECTION_MINUTES

public static final int DEFAULT_DROPBOX_COLLECTION_MINUTES
See Also:
Constant Field Values

DEFAULT_INCLUDE_DROPBOX_SYSTEM_TAGS

public static final boolean DEFAULT_INCLUDE_DROPBOX_SYSTEM_TAGS
See Also:
Constant Field Values

DEFAULT_SHARED_PREFERENCES_MODE

public static final int DEFAULT_SHARED_PREFERENCES_MODE
See Also:
Constant Field Values

DEFAULT_NOTIFICATION_ICON

public static final int DEFAULT_NOTIFICATION_ICON
See Also:
Constant Field Values

DEFAULT_DIALOG_ICON

public static final int DEFAULT_DIALOG_ICON
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 DEFAULT_STRING_VALUE
See Also:
Constant Field Values

DEFAULT_LOGCAT_LINES

public static final int DEFAULT_LOGCAT_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_LOGCAT_FILTER_BY_PID

public static final boolean DEFAULT_LOGCAT_FILTER_BY_PID
See Also:
Constant Field Values

DEFAULT_SEND_REPORTS_IN_DEV_MODE

public static final boolean DEFAULT_SEND_REPORTS_IN_DEV_MODE
See Also:
Constant Field Values

DEFAULT_APPLICATION_LOGFILE

public static final String DEFAULT_APPLICATION_LOGFILE
See Also:
Constant Field Values

DEFAULT_APPLICATION_LOGFILE_LINES

public static final int DEFAULT_APPLICATION_LOGFILE_LINES
See Also:
Constant Field Values

DEFAULT_GOOGLE_FORM_URL_FORMAT

public static final String DEFAULT_GOOGLE_FORM_URL_FORMAT
See Also:
Constant Field Values

DEFAULT_DISABLE_SSL_CERT_VALIDATION

public static final boolean DEFAULT_DISABLE_SSL_CERT_VALIDATION
See Also:
Constant Field Values

DEFAULT_MAIL_REPORT_FIELDS

public static final ReportField[] DEFAULT_MAIL_REPORT_FIELDS
Default list of ReportFields to be sent in email reports. You can set your own list with ReportsCrashes.customReportContent().

See Also:
ReportsCrashes.mailTo()

DEFAULT_REPORT_FIELDS

public static final ReportField[] DEFAULT_REPORT_FIELDS
Default list of ReportFields to be sent in reports. You can set your own list with ReportsCrashes.customReportContent().

Constructor Detail

ACRAConstants

public ACRAConstants()


Copyright © 2010-2013. All Rights Reserved.