Package | Description |
---|---|
org.acra |
Modifier and Type | Method and Description |
---|---|
static ACRAConfiguration |
ACRA.getConfig()
Provides the current ACRA configuration.
|
static ACRAConfiguration |
ACRA.getNewDefaultConfig(android.app.Application app) |
ACRAConfiguration |
ACRAConfiguration.setAdditionalDropboxTags(String[] additionalDropboxTags) |
ACRAConfiguration |
ACRAConfiguration.setAdditionalSharedPreferences(String[] additionalSharedPreferences) |
ACRAConfiguration |
ACRAConfiguration.setApplicationLogFile(String applicationLogFile) |
ACRAConfiguration |
ACRAConfiguration.setApplicationLogFileLines(int applicationLogFileLines) |
ACRAConfiguration |
ACRAConfiguration.setBuildConfigClass(Class buildConfigClass) |
ACRAConfiguration |
ACRAConfiguration.setConnectionTimeout(Integer connectionTimeout) |
ACRAConfiguration |
ACRAConfiguration.setCustomReportContent(ReportField[] customReportContent) |
ACRAConfiguration |
ACRAConfiguration.setDeleteOldUnsentReportsOnApplicationStart(Boolean deleteOldUnsentReportsOnApplicationStart) |
ACRAConfiguration |
ACRAConfiguration.setDeleteUnapprovedReportsOnApplicationStart(Boolean deleteUnapprovedReportsOnApplicationStart) |
ACRAConfiguration |
ACRAConfiguration.setDisableSSLCertValidation(boolean disableSSLCertValidation) |
ACRAConfiguration |
ACRAConfiguration.setDropboxCollectionMinutes(Integer dropboxCollectionMinutes) |
ACRAConfiguration |
ACRAConfiguration.setExcludeMatchingSettingsKeys(String[] excludeMatchingSettingsKeys) |
ACRAConfiguration |
ACRAConfiguration.setExcludeMatchingSharedPreferencesKeys(String[] excludeMatchingSharedPreferencesKeys) |
ACRAConfiguration |
ACRAConfiguration.setForceCloseDialogAfterToast(Boolean forceCloseDialogAfterToast) |
ACRAConfiguration |
ACRAConfiguration.setFormUri(String formUri)
Modify the formUri of your backend server receiving reports.
|
ACRAConfiguration |
ACRAConfiguration.setFormUriBasicAuthLogin(String formUriBasicAuthLogin) |
ACRAConfiguration |
ACRAConfiguration.setFormUriBasicAuthPassword(String formUriBasicAuthPassword) |
ACRAConfiguration |
ACRAConfiguration.setHttpHeaders(Map<String,String> headers)
Set custom HTTP headers to be sent by the provided
HttpSender . |
ACRAConfiguration |
ACRAConfiguration.setHttpMethod(HttpSender.Method httpMethod) |
ACRAConfiguration |
ACRAConfiguration.setIncludeDropboxSystemTags(Boolean includeDropboxSystemTags) |
ACRAConfiguration |
ACRAConfiguration.setLogcatArguments(String[] logcatArguments) |
ACRAConfiguration |
ACRAConfiguration.setLogcatFilterByPid(Boolean filterByPid) |
ACRAConfiguration |
ACRAConfiguration.setMailTo(String mailTo)
Modify the mailTo of the mail account receiving reports.
|
ACRAConfiguration |
ACRAConfiguration.setMaxNumberOfRequestRetries(Integer maxNumberOfRequestRetries) |
ACRAConfiguration |
ACRAConfiguration.setMode(ReportingInteractionMode mode)
Change the current
ReportingInteractionMode . |
ACRAConfiguration |
ACRAConfiguration.setReportDialogClass(Class<? extends BaseCrashReportDialog> reportDialogClass) |
ACRAConfiguration |
ACRAConfiguration.setReportType(HttpSender.Type type) |
ACRAConfiguration |
ACRAConfiguration.setResDialogCommentPrompt(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resDialogCommentPrompt() comes from an Android
Library Project. |
ACRAConfiguration |
ACRAConfiguration.setResDialogEmailPrompt(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resDialogEmailPrompt() comes from an Android
Library Project. |
ACRAConfiguration |
ACRAConfiguration.setResDialogIcon(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resDialogIcon() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setResDialogNegativeButtonText(int resId) |
ACRAConfiguration |
ACRAConfiguration.setResDialogOkToast(int resId)
Use this method BEFORE if the id you wanted to give to
ReportsCrashes.resDialogOkToast() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setResDialogPositiveButtonText(int resId) |
ACRAConfiguration |
ACRAConfiguration.setResDialogText(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resDialogText() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setResDialogTitle(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resDialogTitle() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setResNotifIcon(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resNotifIcon() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setResNotifText(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resNotifText() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setResNotifTickerText(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resNotifTickerText() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setResNotifTitle(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resNotifTitle() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setResToastText(int resId)
Use this method if the id you wanted to give to
ReportsCrashes.resToastText() comes from an Android Library
Project. |
ACRAConfiguration |
ACRAConfiguration.setSendReportsAtShutdown(Boolean sendReportsAtShutdown) |
ACRAConfiguration |
ACRAConfiguration.setSendReportsInDevMode(Boolean sendReportsInDevMode) |
ACRAConfiguration |
ACRAConfiguration.setSharedPreferenceMode(Integer sharedPreferenceMode) |
ACRAConfiguration |
ACRAConfiguration.setSharedPreferenceName(String sharedPreferenceName) |
ACRAConfiguration |
ACRAConfiguration.setSocketTimeout(Integer socketTimeout) |
Modifier and Type | Method and Description |
---|---|
static void |
ACRA.init(android.app.Application app,
ACRAConfiguration config)
Initialize ACRA for a given Application.
|
static void |
ACRA.init(android.app.Application app,
ACRAConfiguration config,
boolean checkReportsOnApplicationStart)
Initialize ACRA for a given Application.
|
static void |
ACRA.setConfig(ACRAConfiguration conf)
Sets the whole ACRA configuration.
|
Copyright © 2010-2015. All Rights Reserved.