A C D E F G H I L M N O P R S T U V

A

ACRA - Class in org.acra
Use this class to initialize the crash reporting feature using ACRA.init(Application) as soon as possible in your Application subclass Application.onCreate() method.
ACRA() - Constructor for class org.acra.ACRA
 
ACRAConfiguration - Class in org.acra
This class is to be used if you need to apply dynamic settings.
ACRAConfiguration(ReportsCrashes) - Constructor for class org.acra.ACRAConfiguration
 
ACRAConfigurationException - Exception in org.acra
A simple Exception used when required configuration items are missing.
ACRAConfigurationException(String) - Constructor for exception org.acra.ACRAConfigurationException
 
ACRAConstants - Class in org.acra
Responsible for collating those constants shared among the ACRA components.
ACRAConstants() - Constructor for class org.acra.ACRAConstants
 
addCustomData(String, String) - Method in class org.acra.ErrorReporter
Deprecated. 
additionalDropBoxTags() - Method in class org.acra.ACRAConfiguration
 
additionalSharedPreferences() - Method in class org.acra.ACRAConfiguration
 
addReportSender(ReportSender) - Method in class org.acra.ErrorReporter
Add a ReportSender to the list of active ReportSenders.
annotationType() - Method in class org.acra.ACRAConfiguration
 
applicationLogFile() - Method in class org.acra.ACRAConfiguration
 
applicationLogFileLines() - Method in class org.acra.ACRAConfiguration
 

C

cancelNotification() - Method in class org.acra.CrashReportDialog
Disable the notification in the Status Bar.
checkReportsOnApplicationStart() - Method in class org.acra.ErrorReporter
This method looks for pending reports and does the action required depending on the interaction mode set.
collecMediaCodecList() - Static method in class org.acra.collector.MediaCodecListCollector
Builds a String describing the list of available codecs on the device with their capabilities (supported Color Formats, Codec Profiles et Levels).
collect(Thread) - Static method in class org.acra.collector.ThreadCollector
Collects some data identifying a Thread, usually the Thread which crashed.
collectConfiguration(Context) - Static method in class org.acra.collector.ConfigurationCollector
Returns the current Configuration for this application.
ConfigurationCollector - Class in org.acra.collector
Inspects a Configuration object through reflection API in order to generate a human readable String with values replaced with their constants names.
ConfigurationCollector() - Constructor for class org.acra.collector.ConfigurationCollector
 
connectionTimeout() - Method in class org.acra.ACRAConfiguration
 
CrashReportData - Class in org.acra.collector
Stores a crash reports data with ReportField enum values as keys.
CrashReportData() - Constructor for class org.acra.collector.CrashReportData
Constructs a new Properties object.
CrashReportDataFactory - Class in org.acra.collector
Responsible for creating the CrashReportData for an Exception.
CrashReportDataFactory(Context, SharedPreferences, Time, String) - Constructor for class org.acra.collector.CrashReportDataFactory
 
CrashReportDialog - Class in org.acra
This is the dialog Activity used by ACRA to get authorization from the user to send reports.
CrashReportDialog() - Constructor for class org.acra.CrashReportDialog
 
createCrashData(Throwable, boolean, Thread) - Method in class org.acra.collector.CrashReportDataFactory
Collects crash data.
customReportContent() - Method in class org.acra.ACRAConfiguration
 

D

DEFAULT_APPLICATION_LOGFILE - Static variable in class org.acra.ACRAConstants
 
DEFAULT_APPLICATION_LOGFILE_LINES - Static variable in class org.acra.ACRAConstants
 
DEFAULT_BUFFER_SIZE_IN_BYTES - Static variable in class org.acra.ACRAConstants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.acra.ACRAConstants
 
DEFAULT_DELETE_OLD_UNSENT_REPORTS_ON_APPLICATION_START - Static variable in class org.acra.ACRAConstants
 
DEFAULT_DELETE_UNAPPROVED_REPORTS_ON_APPLICATION_START - Static variable in class org.acra.ACRAConstants
 
DEFAULT_DIALOG_ICON - Static variable in class org.acra.ACRAConstants
 
DEFAULT_DISABLE_SSL_CERT_VALIDATION - Static variable in class org.acra.ACRAConstants
 
DEFAULT_DROPBOX_COLLECTION_MINUTES - Static variable in class org.acra.ACRAConstants
 
DEFAULT_FORCE_CLOSE_DIALOG_AFTER_TOAST - Static variable in class org.acra.ACRAConstants
 
DEFAULT_GOOGLE_FORM_URL_FORMAT - Static variable in class org.acra.ACRAConstants
 
DEFAULT_INCLUDE_DROPBOX_SYSTEM_TAGS - Static variable in class org.acra.ACRAConstants
 
DEFAULT_LOGCAT_FILTER_BY_PID - Static variable in class org.acra.ACRAConstants
 
DEFAULT_LOGCAT_LINES - Static variable in class org.acra.ACRAConstants
 
DEFAULT_MAIL_REPORT_FIELDS - Static variable in class org.acra.ACRA
Default list of ReportFields to be sent in email reports.
DEFAULT_MAX_NUMBER_OF_REQUEST_RETRIES - Static variable in class org.acra.ACRAConstants
 
DEFAULT_NOTIFICATION_ICON - Static variable in class org.acra.ACRAConstants
 
DEFAULT_REPORT_FIELDS - Static variable in class org.acra.ACRA
Default list of ReportFields to be sent in reports.
DEFAULT_RES_VALUE - Static variable in class org.acra.ACRAConstants
 
DEFAULT_SEND_REPORTS_IN_DEV_MODE - Static variable in class org.acra.ACRAConstants
 
DEFAULT_SHARED_PREFERENCES_MODE - Static variable in class org.acra.ACRAConstants
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class org.acra.ACRAConstants
 
DEFAULT_STRING_VALUE - Static variable in class org.acra.ACRAConstants
 
deleteOldUnsentReportsOnApplicationStart() - Method in class org.acra.ACRAConfiguration
 
deleteUnapprovedReportsOnApplicationStart() - Method in class org.acra.ACRAConfiguration
 
DEV_LOGGING - Static variable in class org.acra.ACRA
 
disableSSLCertValidation() - Method in class org.acra.ACRAConfiguration
 
dropboxCollectionMinutes() - Method in class org.acra.ACRAConfiguration
 

E

EmailIntentSender - Class in org.acra.sender
Send reports through an email intent.
EmailIntentSender(Context) - Constructor for class org.acra.sender.EmailIntentSender
 
ErrorReporter - Class in org.acra
The ErrorReporter is a Singleton object in charge of collecting crash context data and sending crash reports.
excludeMatchingSharedPreferencesKeys() - Method in class org.acra.ACRAConfiguration
 

F

forceCloseDialogAfterToast() - Method in class org.acra.ACRAConfiguration
 
formKey() - Method in class org.acra.ACRAConfiguration
 
formUri() - Method in class org.acra.ACRAConfiguration
 
formUriBasicAuthLogin() - Method in class org.acra.ACRAConfiguration
 
formUriBasicAuthPassword() - Method in class org.acra.ACRAConfiguration
 

G

getACRASharedPreferences() - Static method in class org.acra.ACRA
Retrieves the SharedPreferences instance where user adjustable settings for ACRA are stored.
getConfig() - Static method in class org.acra.ACRA
Provides the current ACRA configuration.
getCustomData(String) - Method in class org.acra.collector.CrashReportDataFactory
Gets the current value for a key in the custom data field.
getCustomData(String) - Method in class org.acra.ErrorReporter
Gets the current value for a key in your reports custom data field.
getErrorReporter() - Static method in class org.acra.ACRA
 
getInstance() - Static method in class org.acra.ErrorReporter
Deprecated. since 4.3.0 Use ACRA.getErrorReporter() instead.
getNewDefaultConfig(Application) - Static method in class org.acra.ACRA
 
getProperty(ReportField) - Method in class org.acra.collector.CrashReportData
Returns the property with the specified name.
GoogleFormSender - Class in org.acra.sender
ACRA's default ReportSender: sends report data to a GoogleDocs Form.
GoogleFormSender() - Constructor for class org.acra.sender.GoogleFormSender
Creates a new dynamic GoogleFormSender which will send data to a Form identified by its key.
GoogleFormSender(String) - Constructor for class org.acra.sender.GoogleFormSender
Creates a new fixed GoogleFormSender which will send data to a Form identified by its key provided as a parameter.
googleFormUrlFormat() - Method in class org.acra.ACRAConfiguration
 

H

handleException(Throwable, boolean) - Method in class org.acra.ErrorReporter
Send a report for a Throwable with the reporting interaction mode configured by the developer.
handleException(Throwable) - Method in class org.acra.ErrorReporter
Send a report for a Throwable with the reporting interaction mode configured by the developer, the application is then killed and restarted by the system.
handleSilentException(Throwable) - Method in class org.acra.ErrorReporter
Send a report for this Throwable silently (forces the use of ReportingInteractionMode.SILENT for this report, whatever is the mode set for the application.
HttpPostSender - Class in org.acra.sender
The ReportSender used by ACRA when ReportsCrashes.formUri() has been defined in order to post crash data to a custom server-side data collection script.
HttpPostSender(Map<ReportField, String>) - Constructor for class org.acra.sender.HttpPostSender
Create a new HttpPostSender instance with its destination taken from ACRA.getConfig() dynamically.
HttpPostSender(String, Map<ReportField, String>) - Constructor for class org.acra.sender.HttpPostSender
Create a new HttpPostSender instance with a fixed destination provided as a parameter.

I

includeDropBoxSystemTags() - Method in class org.acra.ACRAConfiguration
 
init(Application) - Static method in class org.acra.ACRA
Initialize ACRA for a given Application.

L

log - Static variable in class org.acra.ACRA
 
LOG_TAG - Static variable in class org.acra.ACRA
 
logcatArguments() - Method in class org.acra.ACRAConfiguration
 
logcatFilterByPid() - Method in class org.acra.ACRAConfiguration
 

M

mailTo() - Method in class org.acra.ACRAConfiguration
 
maxNumberOfRequestRetries() - Method in class org.acra.ACRAConfiguration
 
MediaCodecListCollector - Class in org.acra.collector
Collects data about available codecs on the device through the MediaCodecList API introduced in Android 4.1 JellyBean.
MediaCodecListCollector() - Constructor for class org.acra.collector.MediaCodecListCollector
 
mode() - Method in class org.acra.ACRAConfiguration
 

N

NULL_VALUE - Static variable in class org.acra.ACRAConstants
A special String value to allow the usage of a pseudo-null default value in annotation parameters.

O

onCreate(Bundle) - Method in class org.acra.CrashReportDialog
 
onKeyUp(int, KeyEvent) - Method in class org.acra.CrashReportDialog
 
onSaveInstanceState(Bundle) - Method in class org.acra.CrashReportDialog
 
org.acra - package org.acra
 
org.acra.annotation - package org.acra.annotation
 
org.acra.collector - package org.acra.collector
 
org.acra.sender - package org.acra.sender
 

P

PREF_ALWAYS_ACCEPT - Static variable in class org.acra.ACRA
The key of the SharedPreference allowing the user to automatically accept sending reports.
PREF_DISABLE_ACRA - Static variable in class org.acra.ACRA
The key of the application default SharedPreference where you can put a 'true' Boolean value to disable ACRA.
PREF_ENABLE_ACRA - Static variable in class org.acra.ACRA
Alternatively, you can use this key if you prefer your users to have the checkbox ticked to enable crash reports.
PREF_ENABLE_DEVICE_ID - Static variable in class org.acra.ACRA
The key of the SharedPreference allowing the user to disable sending his device id.
PREF_ENABLE_SYSTEM_LOGS - Static variable in class org.acra.ACRA
The key of the SharedPreference allowing the user to disable sending content of logcat/dropbox.
PREF_LAST_VERSION_NR - Static variable in class org.acra.ACRA
The version number of the application the last time ACRA was started.
PREF_USER_EMAIL_ADDRESS - Static variable in class org.acra.ACRA
The key of the SharedPreference allowing the user to always include his email address.
putCustomData(String, String) - Method in class org.acra.collector.CrashReportDataFactory
Adds a custom key and value to be reported with the generated CashReportData.
putCustomData(String, String) - Method in class org.acra.ErrorReporter
Use this method to provide the ErrorReporter with data of your running application.

R

removeAllReportSenders() - Method in class org.acra.ErrorReporter
Clears the list of active ReportSenders.
removeCustomData(String) - Method in class org.acra.collector.CrashReportDataFactory
Removes a key/value pair from the custom data field.
removeCustomData(String) - Method in class org.acra.ErrorReporter
Removes a key/value pair from your reports custom data field.
removeReportSender(ReportSender) - Method in class org.acra.ErrorReporter
Remove a specific instance of ReportSender from the list of active ReportSenders.
removeReportSenders(Class<?>) - Method in class org.acra.ErrorReporter
Remove all ReportSender instances from a specific class.
ReportField - Enum in org.acra
Specifies all the different fields available in a crash report.
REPORTFILE_EXTENSION - Static variable in class org.acra.ACRAConstants
 
ReportingInteractionMode - Enum in org.acra
Defines the different user interaction modes for ACRA.
ReportsCrashes - Annotation Type in org.acra.annotation
Provide configuration elements to the ACRA.init(android.app.Application) method.
ReportSender - Interface in org.acra.sender
A simple interface for defining various crash report senders.
ReportSenderException - Exception in org.acra.sender
This exception is thrown when an error ocurred while sending crash data in a ReportSender implementation.
ReportSenderException(String, Throwable) - Constructor for exception org.acra.sender.ReportSenderException
Creates a new ReportSenderException instance.
resDialogCommentPrompt() - Method in class org.acra.ACRAConfiguration
 
resDialogEmailPrompt() - Method in class org.acra.ACRAConfiguration
 
resDialogIcon() - Method in class org.acra.ACRAConfiguration
 
resDialogOkToast() - Method in class org.acra.ACRAConfiguration
 
resDialogText() - Method in class org.acra.ACRAConfiguration
 
resDialogTitle() - Method in class org.acra.ACRAConfiguration
 
resNotifIcon() - Method in class org.acra.ACRAConfiguration
 
resNotifText() - Method in class org.acra.ACRAConfiguration
 
resNotifTickerText() - Method in class org.acra.ACRAConfiguration
 
resNotifTitle() - Method in class org.acra.ACRAConfiguration
 
resToastText() - Method in class org.acra.ACRAConfiguration
 

S

send(CrashReportData) - Method in class org.acra.sender.EmailIntentSender
 
send(CrashReportData) - Method in class org.acra.sender.GoogleFormSender
 
send(CrashReportData) - Method in class org.acra.sender.HttpPostSender
 
send(CrashReportData) - Method in interface org.acra.sender.ReportSender
Send crash report data.
sendReportsInDevMode() - Method in class org.acra.ACRAConfiguration
 
setAdditionalDropboxTags(String[]) - Method in class org.acra.ACRAConfiguration
 
setAdditionalSharedPreferences(String[]) - Method in class org.acra.ACRAConfiguration
 
setApplicationLogFile(String) - Method in class org.acra.ACRAConfiguration
 
setApplicationLogFileLines(int) - Method in class org.acra.ACRAConfiguration
 
setConfig(ACRAConfiguration) - Static method in class org.acra.ACRA
Sets the whole ACRA configuration.
setConnectionTimeout(Integer) - Method in class org.acra.ACRAConfiguration
 
setCustomReportContent(ReportField[]) - Method in class org.acra.ACRAConfiguration
 
setDefaultReportSenders() - Method in class org.acra.ErrorReporter
Sets relevant ReportSenders to the ErrorReporter, replacing any previously set ReportSender.
setDeleteOldUnsentReportsOnApplicationStart(Boolean) - Method in class org.acra.ACRAConfiguration
 
setDeleteUnapprovedReportsOnApplicationStart(Boolean) - Method in class org.acra.ACRAConfiguration
 
setDisableSSLCertValidation(boolean) - Method in class org.acra.ACRAConfiguration
 
setDropboxCollectionMinutes(Integer) - Method in class org.acra.ACRAConfiguration
 
setEnabled(boolean) - Method in class org.acra.ErrorReporter
Enable or disable this ErrorReporter.
setExcludeMatchingSharedPreferencesKeys(String[]) - Method in class org.acra.ACRAConfiguration
 
setForceCloseDialogAfterToast(Boolean) - Method in class org.acra.ACRAConfiguration
 
setFormKey(String) - Method in class org.acra.ACRAConfiguration
Modify the formKey of the Google Docs form receiving reports.
setFormUri(String) - Method in class org.acra.ACRAConfiguration
Modify the formUri of your backend server receiving reports.
setFormUriBasicAuthLogin(String) - Method in class org.acra.ACRAConfiguration
 
setFormUriBasicAuthPassword(String) - Method in class org.acra.ACRAConfiguration
 
setIncludeDropboxSystemTags(Boolean) - Method in class org.acra.ACRAConfiguration
 
setLog(ACRALog) - Static method in class org.acra.ACRA
 
setLogcatArguments(String[]) - Method in class org.acra.ACRAConfiguration
 
setLogcatFilterByPid(Boolean) - Method in class org.acra.ACRAConfiguration
 
setMailTo(String) - Method in class org.acra.ACRAConfiguration
Modify the mailTo of the mail account receiving reports.
setMaxNumberOfRequestRetries(Integer) - Method in class org.acra.ACRAConfiguration
 
setMode(ReportingInteractionMode) - Method in class org.acra.ACRAConfiguration
Change the current ReportingInteractionMode.
setReportSender(ReportSender) - Method in class org.acra.ErrorReporter
Removes all previously set ReportSenders and set the given one as the new ReportSender.
setResDialogCommentPrompt(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resDialogCommentPrompt() comes from an Android Library Project.
setResDialogEmailPrompt(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resDialogEmailPrompt() comes from an Android Library Project.
setResDialogIcon(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resDialogIcon() comes from an Android Library Project.
setResDialogOkToast(int) - Method in class org.acra.ACRAConfiguration
Use this method BEFORE if the id you wanted to give to ReportsCrashes.resDialogOkToast() comes from an Android Library Project.
setResDialogText(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resDialogText() comes from an Android Library Project.
setResDialogTitle(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resDialogTitle() comes from an Android Library Project.
setResNotifIcon(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resNotifIcon() comes from an Android Library Project.
setResNotifText(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resNotifText() comes from an Android Library Project.
setResNotifTickerText(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resNotifTickerText() comes from an Android Library Project.
setResNotifTitle(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resNotifTitle() comes from an Android Library Project.
setResToastText(int) - Method in class org.acra.ACRAConfiguration
Use this method if the id you wanted to give to ReportsCrashes.resToastText() comes from an Android Library Project.
setSendReportsInDevMode(Boolean) - Method in class org.acra.ACRAConfiguration
 
setSharedPreferenceMode(Integer) - Method in class org.acra.ACRAConfiguration
 
setSharedPreferenceName(String) - Method in class org.acra.ACRAConfiguration
 
setSocketTimeout(Integer) - Method in class org.acra.ACRAConfiguration
 
sharedPreferencesMode() - Method in class org.acra.ACRAConfiguration
 
sharedPreferencesName() - Method in class org.acra.ACRAConfiguration
 
socketTimeout() - Method in class org.acra.ACRAConfiguration
 

T

ThreadCollector - Class in org.acra.collector
Collects some data identifying a Thread, usually the Thread which crashed.
ThreadCollector() - Constructor for class org.acra.collector.ThreadCollector
 
toString(Configuration) - Static method in class org.acra.collector.ConfigurationCollector
Use this method to generate a human readable String listing all values from the provided Configuration instance.

U

uncaughtException(Thread, Throwable) - Method in class org.acra.ErrorReporter
 

V

valueOf(String) - Static method in enum org.acra.ReportField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.acra.ReportingInteractionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.acra.ReportField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.acra.ReportingInteractionMode
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G H I L M N O P R S T U V

Copyright © 2010-2012. All Rights Reserved.