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
 
ActivityLifecycleCallbacksAdapter - Class in org.acra.jraf.android.util.activitylifecyclecallbackscompat
This adapter class provides empty implementations of the methods from ActivityLifecycleCallbacksCompat.
ActivityLifecycleCallbacksAdapter() - Constructor for class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksAdapter
 
ActivityLifecycleCallbacksCompat - Interface in org.acra.jraf.android.util.activitylifecyclecallbackscompat
Equivalent of Application.ActivityLifecycleCallbacks to be used with ApplicationHelper.registerActivityLifecycleCallbacks(Application, ActivityLifecycleCallbacksCompat) and ApplicationHelper.unregisterActivityLifecycleCallbacks(Application, ActivityLifecycleCallbacksCompat).
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
 
ApplicationHelper - Class in org.acra.jraf.android.util.activitylifecyclecallbackscompat
Helper for accessing Application.registerActivityLifecycleCallbacks(ActivityLifecycleCallbacks) and Application.unregisterActivityLifecycleCallbacks(ActivityLifecycleCallbacks) introduced in API level 14 in a backwards compatible fashion.
ApplicationHelper() - Constructor for class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ApplicationHelper
 
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.
Compatibility - Class in org.acra.collector
Utility class containing methods enabling backward compatibility.
Compatibility() - Constructor for class org.acra.collector.Compatibility
 
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
 
containsKeyValuePairs() - Method in enum org.acra.ReportField
Whether this field is a collection of key/value pairs.
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.ACRAConstants
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.ACRAConstants
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.
excludeMatchingSettingsKeys() - Method in class org.acra.ACRAConfiguration
 
excludeMatchingSharedPreferencesKeys() - Method in class org.acra.ACRAConfiguration
 
EXTRA_FORCE_CANCEL - Static variable in class org.acra.ACRAConstants
Set this extra to true to force the deletion of reports by the CrashReportDialog activity.
EXTRA_REPORT_FILE_NAME - Static variable in class org.acra.ACRAConstants
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.

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

get() - Static method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.MainLifecycleDispatcher
 
getACRASharedPreferences() - Static method in class org.acra.ACRA
Retrieves the SharedPreferences instance where user adjustable settings for ACRA are stored.
getAPILevel() - Static method in class org.acra.collector.Compatibility
Retrieves Android SDK API level using the best possible method.
getConfig() - Static method in class org.acra.ACRA
Provides the current ACRA configuration.
getContentType() - Method in enum org.acra.sender.HttpSender.Type
 
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.
getDropBoxServiceName() - Static method in class org.acra.collector.Compatibility
Retrieve the DropBoxManager service name using reflection API.
getErrorReporter() - Static method in class org.acra.ACRA
 
getHttpHeaders() - Method in class org.acra.ACRAConfiguration
Retrieve HTTP headers defined by the application developer.
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.
httpMethod() - Method in class org.acra.ACRAConfiguration
 
HttpSender - 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.
HttpSender(HttpSender.Method, HttpSender.Type, Map<ReportField, String>) - Constructor for class org.acra.sender.HttpSender
Create a new HttpSender instance with its destination taken from ACRA.getConfig() dynamically.
HttpSender(HttpSender.Method, HttpSender.Type, String, Map<ReportField, String>) - Constructor for class org.acra.sender.HttpSender
Create a new HttpPostSender instance with a fixed destination provided as a parameter.
HttpSender.Method - Enum in org.acra.sender
Available HTTP methods to send data.
HttpSender.Type - Enum in org.acra.sender
Type of report data encoding, currently supports Html Form encoding and JSON.

I

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

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
 
MainLifecycleDispatcher - Class in org.acra.jraf.android.util.activitylifecyclecallbackscompat
Keeps a list of ActivityLifecycleCallbacksCompats that will be called following the life cycle of the application's activities.
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

onActivityCreated(Activity, Bundle) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksAdapter
 
onActivityCreated(Activity, Bundle) - Method in interface org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksCompat
 
onActivityCreated(Activity, Bundle) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.MainLifecycleDispatcher
 
onActivityDestroyed(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksAdapter
 
onActivityDestroyed(Activity) - Method in interface org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksCompat
 
onActivityDestroyed(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.MainLifecycleDispatcher
 
onActivityPaused(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksAdapter
 
onActivityPaused(Activity) - Method in interface org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksCompat
 
onActivityPaused(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.MainLifecycleDispatcher
 
onActivityResumed(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksAdapter
 
onActivityResumed(Activity) - Method in interface org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksCompat
 
onActivityResumed(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.MainLifecycleDispatcher
 
onActivitySaveInstanceState(Activity, Bundle) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksAdapter
 
onActivitySaveInstanceState(Activity, Bundle) - Method in interface org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksCompat
 
onActivitySaveInstanceState(Activity, Bundle) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.MainLifecycleDispatcher
 
onActivityStarted(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksAdapter
 
onActivityStarted(Activity) - Method in interface org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksCompat
 
onActivityStarted(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.MainLifecycleDispatcher
 
onActivityStopped(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksAdapter
 
onActivityStopped(Activity) - Method in interface org.acra.jraf.android.util.activitylifecyclecallbackscompat.ActivityLifecycleCallbacksCompat
 
onActivityStopped(Activity) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.MainLifecycleDispatcher
 
onClick(DialogInterface, int) - Method in class org.acra.CrashReportDialog
 
onCreate(Bundle) - Method in class org.acra.CrashReportDialog
 
onDismiss(DialogInterface) - 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.jraf.android.util.activitylifecyclecallbackscompat - package org.acra.jraf.android.util.activitylifecyclecallbackscompat
 
org.acra.sender - package org.acra.sender
 

P

PRE_ICS - Static variable in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ApplicationHelper
 
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

registerActivityLifecycleCallbacks(Application, ActivityLifecycleCallbacksCompat) - Static method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ApplicationHelper
Registers a callback to be called following the life cycle of the application's activities.
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.
ReportSenderException(String) - Constructor for exception org.acra.sender.ReportSenderException
Creates a new ReportSenderException instance.
reportType() - Method in class org.acra.ACRAConfiguration
 
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.HttpSender
 
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.
setExcludeMatchingSettingsKeys(String[]) - Method in class org.acra.ACRAConfiguration
 
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
 
setHttpHeaders(Map<String, String>) - Method in class org.acra.ACRAConfiguration
Set custom HTTP headers to be sent by the provided HttpSender.
setHttpMethod(HttpSender.Method) - 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.
setReportType(HttpSender.Type) - Method in class org.acra.ACRAConfiguration
 
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
 
toJSON() - Method in class org.acra.collector.CrashReportData
 
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
 
unregisterActivityLifecycleCallbacks(Application, ActivityLifecycleCallbacksCompat) - Method in class org.acra.jraf.android.util.activitylifecyclecallbackscompat.ApplicationHelper
Unregisters a previously registered callback.

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.
valueOf(String) - Static method in enum org.acra.sender.HttpSender.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.acra.sender.HttpSender.Type
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.
values() - Static method in enum org.acra.sender.HttpSender.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.acra.sender.HttpSender.Type
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-2013. All Rights Reserved.