Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

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.
ACRAConstants - Class in org.acra
Responsible for collating those constants shared among the ACRA components.
AcraContentProvider - Class in org.acra.attachment
Provides access to attachments for senders For uri schema, see AcraCore.attachmentUris()
AcraContentProvider() - Constructor for class org.acra.attachment.AcraContentProvider
 
AcraCore - Annotation Type in org.acra.annotation
Main ACRA configuration
ACRALog - Interface in org.acra.log
Responsible for providing ACRA classes with a platform neutral way of logging.
additionalDropBoxTags() - Method in class org.acra.config.CoreConfiguration
 
additionalSharedPreferences() - Method in class org.acra.config.CoreConfiguration
 
alsoReportToAndroidFramework() - Method in class org.acra.config.CoreConfiguration
 
AndroidLogDelegate - Class in org.acra.log
Responsible for delegating calls to the Android logging system.
AndroidLogDelegate() - Constructor for class org.acra.log.AndroidLogDelegate
 
applicationLogFile() - Method in class org.acra.config.CoreConfiguration
 
applicationLogFileDir() - Method in class org.acra.config.CoreConfiguration
 
applicationLogFileLines() - Method in class org.acra.config.CoreConfiguration
 
ApplicationStartupCollector - Interface in org.acra.collector
A collector that is also called at startup
ApplicationStartupProcessor - Class in org.acra.util
Deprecated.
ApplicationStartupProcessor(Context, CoreConfiguration) - Constructor for class org.acra.util.ApplicationStartupProcessor
Deprecated.
 
apply(T) - Method in interface org.acra.util.Predicate
 
approve() - Method in class org.acra.startup.Report
 
APPROVED_SUFFIX - Static variable in class org.acra.ACRAConstants
Suffix to be added to report files when they have been approved by the user in NOTIFICATION mode
asBundle() - Method in interface org.acra.util.BundleWrapper.Internal
Only works on API < 22
asPersistableBundle() - Method in interface org.acra.util.BundleWrapper.Internal
 
AttachmentUriProvider - Interface in org.acra.attachment
Provides attachment uris to ACRA
attachmentUriProvider() - Method in class org.acra.config.CoreConfiguration
 
attachmentUris() - Method in class org.acra.config.CoreConfiguration
 

B

BaseCoreConfigurationBuilder - Class in org.acra.config
Contains builder methods which can't be generated
build(ReportExecutor) - Method in class org.acra.builder.ReportBuilder
Assembles and sends the crash report.
build() - Method in class org.acra.config.CoreConfigurationBuilder
 
BUILD_TYPE - Static variable in class org.acra.BuildConfig
 
BuildConfig - Class in org.acra
 
BuildConfig() - Constructor for class org.acra.BuildConfig
 
buildConfigClass() - Method in class org.acra.config.CoreConfiguration
 
BulkReportDeleter - Class in org.acra.file
Deletes unsent reports.
BulkReportDeleter(Context) - Constructor for class org.acra.file.BulkReportDeleter
 
BundleWrapper - Interface in org.acra.util
Works like a PersistableBundle, but falls back to Bundle on older versions
BundleWrapper.Internal - Interface in org.acra.util
 

C

checkReports() - Method in class org.acra.util.ApplicationStartupProcessor
Deprecated.
 
clear() - Method in interface org.acra.util.BundleWrapper
 
clearCustomData() - Method in interface org.acra.ErrorReporter
Removes all key/value pairs from your reports custom data field.
clearCustomData() - Method in class org.acra.reporter.ErrorReporterImpl
Removes all key/value pairs from your reports custom data field.
clearLastActivities() - Method in class org.acra.builder.LastActivityManager
clear saved activities
collect(Context, CoreConfiguration, ReportBuilder, CrashReportData) - Method in interface org.acra.collector.Collector
Execute collection
collectApplicationStartUp(Context, CoreConfiguration) - Method in interface org.acra.collector.ApplicationStartupCollector
collect startup data
collectApplicationStartUp(Context, CoreConfiguration) - Method in class org.acra.collector.ConfigurationCollector
collect startup data
collectApplicationStartUp(Context, CoreConfiguration) - Method in class org.acra.collector.TimeCollector
 
Collector - Interface in org.acra.collector
 
Collector.Order - Enum in org.acra.collector
 
CollectorException - Exception in org.acra.collector
Thrown by collectors
CollectorException() - Constructor for exception org.acra.collector.CollectorException
 
CollectorException(String) - Constructor for exception org.acra.collector.CollectorException
 
CollectorException(String, Throwable) - Constructor for exception org.acra.collector.CollectorException
 
CollectorException(Throwable) - Constructor for exception org.acra.collector.CollectorException
 
collectStartUp() - Method in class org.acra.data.CrashReportDataFactory
 
compare(File, File) - Method in class org.acra.file.LastModifiedComparator
 
ConfigurationBuilderFactory - Interface in org.acra.config
A factory for configuration builders
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
 
configureExtras(BundleWrapper) - Method in class org.acra.scheduler.DefaultSenderScheduler
allows to provide additional extras to senders
configureJob(JobInfo.Builder) - Method in class org.acra.scheduler.DefaultSenderScheduler
allows to perform additional configuration in subclasses
ConfigUtils - Class in org.acra.config
Allows easy access to Plugin configurations from the main configuration
ConfigUtils() - Constructor for class org.acra.config.ConfigUtils
 
containsKey(String) - Method in class org.acra.data.CrashReportData
 
containsKey(ReportField) - Method in class org.acra.data.CrashReportData
 
containsKey(String) - Method in interface org.acra.util.BundleWrapper
 
CoreConfiguration - Class in org.acra.config
Class generated based on AcraCore (Jul 22, 2020 2:23:14 AM)
CoreConfiguration(CoreConfigurationBuilder) - Constructor for class org.acra.config.CoreConfiguration
 
CoreConfigurationBuilder - Class in org.acra.config
Class generated based on AcraCore (Jul 22, 2020 2:23:14 AM)
CoreConfigurationBuilder(Context) - Constructor for class org.acra.config.CoreConfigurationBuilder
 
CrashReportData - Class in org.acra.data
Stores a crash report data
CrashReportData() - Constructor for class org.acra.data.CrashReportData
 
CrashReportData(String) - Constructor for class org.acra.data.CrashReportData
 
CrashReportDataFactory - Class in org.acra.data
Responsible for collecting the CrashReportData for an Exception.
CrashReportDataFactory(Context, CoreConfiguration) - Constructor for class org.acra.data.CrashReportDataFactory
 
CrashReportFileNameParser - Class in org.acra.file
Responsible for determining the state of a Crash Report based on its file name.
CrashReportFileNameParser() - Constructor for class org.acra.file.CrashReportFileNameParser
 
CrashReportPersister - Class in org.acra.file
Handles persistence of CrashReportData
CrashReportPersister() - Constructor for class org.acra.file.CrashReportPersister
 
create(Context) - Method in interface org.acra.config.ConfigurationBuilderFactory
creates a new builder
create() - Method in class org.acra.prefs.SharedPreferencesFactory
 
create(Context, CoreConfiguration) - Method in interface org.acra.scheduler.SenderSchedulerFactory
 
create(Context, CoreConfiguration) - Method in interface org.acra.sender.ReportSenderFactory
 
create() - Static method in interface org.acra.util.BundleWrapper
 
create(Class<? extends T>, InstanceCreator.Fallback<T>) - Method in class org.acra.util.InstanceCreator
Create an instance of clazz
create(Collection<Class<? extends T>>) - Method in class org.acra.util.InstanceCreator
Create instances of the given classes
createCrashData(ReportBuilder) - Method in class org.acra.data.CrashReportDataFactory
Collects crash data.
createErrorReporterStub() - Static method in class org.acra.util.StubCreator
 
createStub(Class<T>, InvocationHandler) - Static method in class org.acra.util.StubCreator
 
customData(Map<String, String>) - Method in class org.acra.builder.ReportBuilder
Sets additional values to be added to ReportField.CUSTOM_DATA.
customData(String, String) - Method in class org.acra.builder.ReportBuilder
Sets an additional value to be added to ReportField.CUSTOM_DATA.
CustomDataCollector - Class in org.acra.collector
Collects custom data supplied by the user
CustomDataCollector() - Constructor for class org.acra.collector.CustomDataCollector
 

D

d(String, String) - Method in interface org.acra.log.ACRALog
 
d(String, String, Throwable) - Method in interface org.acra.log.ACRALog
 
d(String, String) - Method in class org.acra.log.AndroidLogDelegate
 
d(String, String, Throwable) - Method in class org.acra.log.AndroidLogDelegate
 
d(String, String) - Method in class org.acra.log.HollowLog
 
d(String, String, Throwable) - Method in class org.acra.log.HollowLog
 
DATE_TIME_FORMAT_STRING - Static variable in class org.acra.ACRAConstants
 
DEBUG - Static variable in class org.acra.BuildConfig
 
DEFAULT_BUFFER_SIZE_IN_BYTES - Static variable in class org.acra.ACRAConstants
 
DEFAULT_CERTIFICATE_TYPE - Static variable in class org.acra.ACRAConstants
 
DEFAULT_LOG_LINES - 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_STRING_VALUE - Static variable in class org.acra.ACRAConstants
 
DefaultAttachmentProvider - Class in org.acra.attachment
Reads attachment uris from the configuration
DefaultAttachmentProvider() - Constructor for class org.acra.attachment.DefaultAttachmentProvider
 
DefaultRetryPolicy - Class in org.acra.config
Default RetryPolicy.
DefaultRetryPolicy() - Constructor for class org.acra.config.DefaultRetryPolicy
 
DefaultSenderScheduler - Class in org.acra.scheduler
Simply schedules sending instantly
DefaultSenderScheduler(Context, CoreConfiguration) - Constructor for class org.acra.scheduler.DefaultSenderScheduler
 
delete(Uri, String, String[]) - Method in class org.acra.attachment.AcraContentProvider
 
delete() - Method in class org.acra.startup.Report
 
deleteFile(File) - Static method in class org.acra.util.IOUtils
 
deleteOldUnsentReportsOnApplicationStart() - Method in class org.acra.config.CoreConfiguration
Deprecated.
deleteReports(boolean, int) - Method in class org.acra.file.BulkReportDeleter
 
deleteUnapprovedReportsOnApplicationStart() - Method in class org.acra.config.CoreConfiguration
 
deserialize(Class<T>, String) - Static method in class org.acra.util.IOUtils
 
DEV_LOGGING - Static variable in class org.acra.ACRA
 
DeviceFeaturesCollector - Class in org.acra.collector
Collects features declared as available on the device.
DeviceFeaturesCollector() - Constructor for class org.acra.collector.DeviceFeaturesCollector
 
DeviceIdCollector - Class in org.acra.collector
Collects the device ID
DeviceIdCollector() - Constructor for class org.acra.collector.DeviceIdCollector
 
Directory - Enum in org.acra.file
 
DisplayManagerCollector - Class in org.acra.collector
Collects information about the connected display(s)
DisplayManagerCollector() - Constructor for class org.acra.collector.DisplayManagerCollector
 
dropboxCollectionMinutes() - Method in class org.acra.config.CoreConfiguration
 
DropBoxCollector - Class in org.acra.collector
Collects data from the DropBoxManager.
DropBoxCollector() - Constructor for class org.acra.collector.DropBoxCollector
 

E

e(String, String) - Method in interface org.acra.log.ACRALog
 
e(String, String, Throwable) - Method in interface org.acra.log.ACRALog
 
e(String, String) - Method in class org.acra.log.AndroidLogDelegate
 
e(String, String, Throwable) - Method in class org.acra.log.AndroidLogDelegate
 
e(String, String) - Method in class org.acra.log.HollowLog
 
e(String, String, Throwable) - Method in class org.acra.log.HollowLog
 
enabled() - Method in class org.acra.config.CoreConfiguration
 
enabled(CoreConfiguration) - Method in class org.acra.plugins.HasConfigPlugin
 
enabled(CoreConfiguration) - Method in interface org.acra.plugins.Plugin
controls if this instance is active
endApplication() - Method in class org.acra.builder.ReportBuilder
Ends the application after sending the crash report
endApplication() - Method in class org.acra.util.ProcessFinisher
 
ErrorReporter - Interface in org.acra
This interface contains methods used to interact with ACRA after it has been initialized
ErrorReporterImpl - Class in org.acra.reporter
The ErrorReporter is a Singleton object in charge of collecting crash context data and sending crash reports.
ErrorReporterImpl(Application, CoreConfiguration, boolean, boolean, boolean) - Constructor for class org.acra.reporter.ErrorReporterImpl
 
exception(Throwable) - Method in class org.acra.builder.ReportBuilder
Set the stack trace to be reported
excludeMatchingSettingsKeys() - Method in class org.acra.config.CoreConfiguration
 
excludeMatchingSharedPreferencesKeys() - Method in class org.acra.config.CoreConfiguration
 
execute(ReportBuilder) - Method in class org.acra.builder.ReportExecutor
Try to create a report.
EXTRA_ACRA_CONFIG - Static variable in class org.acra.sender.LegacySenderService
 
EXTRA_ONLY_SEND_SILENT_REPORTS - Static variable in class org.acra.sender.LegacySenderService
 

F

FailedSender(ReportSender, ReportSenderException) - Constructor for class org.acra.config.RetryPolicy.FailedSender
 
finishLastActivity(Thread) - Method in class org.acra.util.ProcessFinisher
 

G

get(String) - Method in class org.acra.data.CrashReportData
 
get(String) - Method in interface org.acra.util.BundleWrapper
 
get() - Method in interface org.acra.util.InstanceCreator.Fallback
 
getActivityManager(Context) - Static method in class org.acra.util.SystemServices
 
getApprovedFolder() - Method in class org.acra.file.ReportLocator
 
getApprovedReports() - Method in class org.acra.file.ReportLocator
 
getAttachments(Context, CoreConfiguration) - Method in interface org.acra.attachment.AttachmentUriProvider
 
getAttachments(Context, CoreConfiguration) - Method in class org.acra.attachment.DefaultAttachmentProvider
getBoolean(String) - Method in interface org.acra.util.BundleWrapper
 
getBoolean(String, boolean) - Method in interface org.acra.util.BundleWrapper
 
getBooleanArray(String) - Method in interface org.acra.util.BundleWrapper
 
getCustomData() - Method in class org.acra.builder.ReportBuilder
 
getCustomData(String) - Method in interface org.acra.ErrorReporter
Gets the current value for a key in your reports custom data field.
getCustomData(String) - Method in class org.acra.reporter.ErrorReporterImpl
Gets the current value for a key in your reports custom data field.
getDouble(String) - Method in interface org.acra.util.BundleWrapper
 
getDouble(String, double) - Method in interface org.acra.util.BundleWrapper
 
getDoubleArray(String) - Method in interface org.acra.util.BundleWrapper
 
getDropBoxManager(Context) - Static method in class org.acra.util.SystemServices
 
getErrorReporter() - Static method in class org.acra.ACRA
 
getException() - Method in class org.acra.builder.ReportBuilder
 
getException() - Method in class org.acra.config.RetryPolicy.FailedSender
 
getFile(Context, String) - Method in enum org.acra.file.Directory
 
getFile() - Method in class org.acra.startup.Report
 
getInt(String) - Method in interface org.acra.util.BundleWrapper
 
getInt(String, int) - Method in interface org.acra.util.BundleWrapper
 
getIntArray(String) - Method in interface org.acra.util.BundleWrapper
 
getLastActivities() - Method in class org.acra.builder.LastActivityManager
 
getLastActivity() - Method in class org.acra.builder.LastActivityManager
 
getLong(String) - Method in interface org.acra.util.BundleWrapper
 
getLong(String, long) - Method in interface org.acra.util.BundleWrapper
 
getLongArray(String) - Method in interface org.acra.util.BundleWrapper
 
getMatchingHttpContentType() - Method in enum org.acra.data.StringFormat
 
getMessage() - Method in class org.acra.builder.ReportBuilder
 
getNotificationManager(Context) - Static method in class org.acra.util.SystemServices
 
getOrder() - Method in interface org.acra.collector.Collector
 
getOrder() - Method in class org.acra.collector.DropBoxCollector
 
getOrder() - Method in class org.acra.collector.LogCatCollector
 
getOrder() - Method in class org.acra.collector.LogFileCollector
 
getOrder() - Method in class org.acra.collector.MediaCodecListCollector
 
getOrder() - Method in class org.acra.collector.StacktraceCollector
 
getOrder() - Method in class org.acra.collector.ThreadCollector
 
getPackageInfo() - Method in class org.acra.util.PackageManagerWrapper
 
getPluginConfiguration(CoreConfiguration, Class<T>) - Static method in class org.acra.config.ConfigUtils
 
getPluginConfigurationBuilder(Class<R>) - Method in class org.acra.config.BaseCoreConfigurationBuilder
 
getPluginConfigurationBuilder(Class<R>) - Method in class org.acra.config.CoreConfigurationBuilder
 
getReportScheduler() - Method in interface org.acra.ErrorReporter
Access point to manual report scheduling
getReportScheduler() - Method in class org.acra.reporter.ErrorReporterImpl
 
getSender() - Method in class org.acra.config.RetryPolicy.FailedSender
 
getSenderInstances(boolean) - Method in class org.acra.sender.SendingConductor
 
getSenderScheduler() - Method in class org.acra.scheduler.SchedulerStarter
 
getStackTraceString(Throwable) - Method in interface org.acra.log.ACRALog
 
getStackTraceString(Throwable) - Method in class org.acra.log.AndroidLogDelegate
 
getStackTraceString(Throwable) - Method in class org.acra.log.HollowLog
 
getString(ReportField) - Method in class org.acra.data.CrashReportData
Returns the property with the specified key.
getString(String) - Method in interface org.acra.util.BundleWrapper
 
getString(String, String) - Method in interface org.acra.util.BundleWrapper
 
getStringArray(String) - Method in interface org.acra.util.BundleWrapper
 
getTelephonyManager(Context) - Static method in class org.acra.util.SystemServices
 
getTimestamp(String) - Method in class org.acra.file.CrashReportFileNameParser
Gets the timestamp of a report from its name
getType(Uri) - Method in class org.acra.attachment.AcraContentProvider
Provides file mimeType
getUnapprovedFolder() - Method in class org.acra.file.ReportLocator
 
getUnapprovedReports() - Method in class org.acra.file.ReportLocator
 
getUncaughtExceptionThread() - Method in class org.acra.builder.ReportBuilder
 
getUriForFile(Context, File) - Static method in class org.acra.attachment.AcraContentProvider
Get an uri for this content provider for the given file
getUriForFile(Context, Directory, String) - Static method in class org.acra.attachment.AcraContentProvider
Get an uri for this content provider for the given file
guessMimeType(Uri) - Static method in class org.acra.attachment.AcraContentProvider
Tries to guess the mime type from uri extension

H

handleException(Throwable, boolean) - Method in interface org.acra.ErrorReporter
Send a normal report for the given exception
handleException(Throwable) - Method in interface org.acra.ErrorReporter
Send a normal report for the given exception.
handleException(Throwable, boolean) - Method in class org.acra.reporter.ErrorReporterImpl
Send a normal report for the given exception
handleException(Throwable) - Method in class org.acra.reporter.ErrorReporterImpl
Send a normal report for the given exception.
handleSilentException(Throwable) - Method in interface org.acra.ErrorReporter
Send a silent report for the given exception
handleSilentException(Throwable) - Method in class org.acra.reporter.ErrorReporterImpl
Send a silent report for the given exception
handReportToDefaultExceptionHandler(Thread, Throwable) - Method in class org.acra.builder.ReportExecutor
pass-through to default handler
HasConfigPlugin - Class in org.acra.plugins
 
HasConfigPlugin(Class<? extends Configuration>) - Constructor for class org.acra.plugins.HasConfigPlugin
 
hasInteractions() - Method in class org.acra.interaction.ReportInteractionExecutor
 
hasPermission(String) - Method in class org.acra.util.PackageManagerWrapper
 
HollowLog - Class in org.acra.log
Stub implementation of ACRALog, quenches all logging.
HollowLog() - Constructor for class org.acra.log.HollowLog
 

I

i(String, String) - Method in interface org.acra.log.ACRALog
 
i(String, String, Throwable) - Method in interface org.acra.log.ACRALog
 
i(String, String) - Method in class org.acra.log.AndroidLogDelegate
 
i(String, String, Throwable) - Method in class org.acra.log.AndroidLogDelegate
 
i(String, String) - Method in class org.acra.log.HollowLog
 
i(String, String, Throwable) - Method in class org.acra.log.HollowLog
 
id(Context) - Static method in class org.acra.util.Installation
 
includeDropBoxSystemTags() - Method in class org.acra.config.CoreConfiguration
 
init(Application) - Static method in class org.acra.ACRA
Initialize ACRA for a given Application.
init(Application, CoreConfigurationBuilder) - Static method in class org.acra.ACRA
Initialize ACRA for a given Application.
init(Application, CoreConfigurationBuilder, boolean) - Static method in class org.acra.ACRA
Initialize ACRA for a given Application.
init(Application, CoreConfiguration) - Static method in class org.acra.ACRA
Initialize ACRA for a given Application.
init(Application, CoreConfiguration, boolean) - Static method in class org.acra.ACRA
Initialize ACRA for a given Application.
insert(Uri, ContentValues) - Method in class org.acra.attachment.AcraContentProvider
 
Installation - Class in org.acra.util
Creates a file storing a UUID on the first application start.
InstanceCreator - Class in org.acra.util
 
InstanceCreator() - Constructor for class org.acra.util.InstanceCreator
 
InstanceCreator.Fallback<T> - Interface in org.acra.util
 
IOUtils - Class in org.acra.util
 
isACRASenderServiceProcess() - Static method in class org.acra.ACRA
 
isApproved(String) - Method in class org.acra.file.CrashReportFileNameParser
isApproved() - Method in class org.acra.startup.Report
 
isEmpty() - Method in interface org.acra.util.BundleWrapper
 
isEnabled() - Method in class org.acra.builder.ReportExecutor
 
isEndApplication() - Method in class org.acra.builder.ReportBuilder
 
isInitialised() - Static method in class org.acra.ACRA
 
isSendSilently() - Method in class org.acra.builder.ReportBuilder
 
isSilent(String) - Method in class org.acra.file.CrashReportFileNameParser
Guess that a report is silent from its file name.

J

JobSenderService - Class in org.acra.sender
Job service sending reports.
JobSenderService() - Constructor for class org.acra.sender.JobSenderService
 

K

keySet() - Method in interface org.acra.util.BundleWrapper
 

L

LastActivityManager - Class in org.acra.builder
Responsible for tracking the last Activity that was created.
LastActivityManager(Application) - Constructor for class org.acra.builder.LastActivityManager
Create and register a new instance
LastModifiedComparator - Class in org.acra.file
Orders files from oldest to newest based on their last modified date.
LastModifiedComparator() - Constructor for class org.acra.file.LastModifiedComparator
 
LegacyFileHandler - Class in org.acra.legacy
Converts and moves legacy files
LegacyFileHandler(Context, SharedPreferences) - Constructor for class org.acra.legacy.LegacyFileHandler
 
LegacySenderService - Class in org.acra.sender
Plain service sending reports.
LegacySenderService() - Constructor for class org.acra.sender.LegacySenderService
 
LIBRARY_PACKAGE_NAME - Static variable in class org.acra.BuildConfig
 
load(File) - Method in class org.acra.file.CrashReportPersister
Loads properties from the specified File.
load(Class<T>) - Method in interface org.acra.plugins.PluginLoader
 
load(Class<T>) - Method in class org.acra.plugins.ServicePluginLoader
 
load(Class<T>) - Method in class org.acra.plugins.SimplePluginLoader
 
loadEnabled(CoreConfiguration, Class<T>) - Method in interface org.acra.plugins.PluginLoader
 
loadEnabled(CoreConfiguration, Class<T>) - Method in class org.acra.plugins.ServicePluginLoader
 
loadEnabled(CoreConfiguration, Class<T>) - Method in class org.acra.plugins.SimplePluginLoader
 
log - Static variable in class org.acra.ACRA
 
LOG_TAG - Static variable in class org.acra.ACRA
 
logcatArguments() - Method in class org.acra.config.CoreConfiguration
 
LogCatCollector - Class in org.acra.collector
Executes logcat commands and collects it's output.
LogCatCollector() - Constructor for class org.acra.collector.LogCatCollector
 
logcatFilterByPid() - Method in class org.acra.config.CoreConfiguration
 
logcatReadNonBlocking() - Method in class org.acra.config.CoreConfiguration
 
LogFileCollector - Class in org.acra.collector
Collects the N last lines of a text stream.
LogFileCollector() - Constructor for class org.acra.collector.LogFileCollector
 

M

MAX_SEND_REPORTS - Static variable in class org.acra.ACRAConstants
This is the maximum number of previously stored reports that we send in one batch to avoid overloading the network.
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
 
MemoryInfoCollector - Class in org.acra.collector
Collects results of the dumpsys command.
MemoryInfoCollector() - Constructor for class org.acra.collector.MemoryInfoCollector
 
message(String) - Method in class org.acra.builder.ReportBuilder
Set the error message to be reported.

N

NOT_AVAILABLE - Static variable in class org.acra.ACRAConstants
 
notifyReportDropped(Context, CoreConfiguration) - Method in interface org.acra.config.ReportingAdministrator
notifies the user about a dropped report
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

onBind(Intent) - Method in class org.acra.sender.LegacySenderService
 
onCreate() - Method in class org.acra.attachment.AcraContentProvider
 
onSharedPreferenceChanged(SharedPreferences, String) - Method in class org.acra.reporter.ErrorReporterImpl
 
onStartCommand(Intent, int, int) - Method in class org.acra.sender.LegacySenderService
 
onStartJob(JobParameters) - Method in class org.acra.sender.JobSenderService
 
onStopJob(JobParameters) - Method in class org.acra.sender.JobSenderService
 
openFile(Uri, String) - Method in class org.acra.attachment.AcraContentProvider
Open a file for read
org.acra - package org.acra
 
org.acra.annotation - package org.acra.annotation
 
org.acra.attachment - package org.acra.attachment
 
org.acra.builder - package org.acra.builder
 
org.acra.collector - package org.acra.collector
 
org.acra.config - package org.acra.config
 
org.acra.data - package org.acra.data
 
org.acra.file - package org.acra.file
 
org.acra.interaction - package org.acra.interaction
 
org.acra.legacy - package org.acra.legacy
 
org.acra.log - package org.acra.log
 
org.acra.plugins - package org.acra.plugins
 
org.acra.prefs - package org.acra.prefs
 
org.acra.reporter - package org.acra.reporter
 
org.acra.scheduler - package org.acra.scheduler
 
org.acra.sender - package org.acra.sender
 
org.acra.startup - package org.acra.startup
 
org.acra.util - package org.acra.util
 

P

PackageManagerCollector - Class in org.acra.collector
Collects PackageInfo values
PackageManagerCollector() - Constructor for class org.acra.collector.PackageManagerCollector
 
PackageManagerWrapper - Class in org.acra.util
Responsible for wrapping calls to PackageManager to ensure that they always complete without throwing RuntimeExceptions.
PackageManagerWrapper(Context) - Constructor for class org.acra.util.PackageManagerWrapper
 
parallel() - Method in class org.acra.config.CoreConfiguration
 
performInteraction(Context, CoreConfiguration, File) - Method in interface org.acra.interaction.ReportInteraction
Perform interaction synchronously
performInteractions(File) - Method in class org.acra.interaction.ReportInteractionExecutor
 
Plugin - Interface in org.acra.plugins
Marker interface for ACRA plugins
pluginConfigurations() - Method in class org.acra.config.CoreConfiguration
 
pluginLoader() - Method in class org.acra.config.CoreConfiguration
 
PluginLoader - Interface in org.acra.plugins
 
Predicate<T> - Interface in org.acra.util
 
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.
ProcessFinisher - Class in org.acra.util
Takes care of cleaning up a process and killing it.
ProcessFinisher(Context, CoreConfiguration, LastActivityManager) - Constructor for class org.acra.util.ProcessFinisher
 
processReports(Context, CoreConfiguration, List<Report>) - Method in interface org.acra.startup.StartupProcessor
 
processReports(boolean) - Method in class org.acra.startup.StartupProcessorExecutor
 
processReports(Context, CoreConfiguration, List<Report>) - Method in class org.acra.startup.UnapprovedStartupProcessor
 
put(String, boolean) - Method in class org.acra.data.CrashReportData
 
put(String, double) - Method in class org.acra.data.CrashReportData
 
put(String, int) - Method in class org.acra.data.CrashReportData
 
put(String, long) - Method in class org.acra.data.CrashReportData
 
put(String, String) - Method in class org.acra.data.CrashReportData
 
put(String, JSONObject) - Method in class org.acra.data.CrashReportData
 
put(String, JSONArray) - Method in class org.acra.data.CrashReportData
 
put(ReportField, boolean) - Method in class org.acra.data.CrashReportData
 
put(ReportField, double) - Method in class org.acra.data.CrashReportData
 
put(ReportField, int) - Method in class org.acra.data.CrashReportData
 
put(ReportField, long) - Method in class org.acra.data.CrashReportData
 
put(ReportField, String) - Method in class org.acra.data.CrashReportData
 
put(ReportField, JSONObject) - Method in class org.acra.data.CrashReportData
 
put(ReportField, JSONArray) - Method in class org.acra.data.CrashReportData
 
putAll(PersistableBundle) - Method in interface org.acra.util.BundleWrapper
 
putBoolean(String, boolean) - Method in interface org.acra.util.BundleWrapper
 
putBooleanArray(String, boolean[]) - Method in interface org.acra.util.BundleWrapper
 
putCustomData(String, String) - Method in interface org.acra.ErrorReporter
Use this method to provide the ErrorReporter with data of your running application.
putCustomData(String, String) - Method in class org.acra.reporter.ErrorReporterImpl
Use this method to provide the ErrorReporter with data of your running application.
putDouble(String, double) - Method in interface org.acra.util.BundleWrapper
 
putDoubleArray(String, double[]) - Method in interface org.acra.util.BundleWrapper
 
putInt(String, int) - Method in interface org.acra.util.BundleWrapper
 
putIntArray(String, int[]) - Method in interface org.acra.util.BundleWrapper
 
putLong(String, long) - Method in interface org.acra.util.BundleWrapper
 
putLongArray(String, long[]) - Method in interface org.acra.util.BundleWrapper
 
putString(String, String) - Method in interface org.acra.util.BundleWrapper
 
putStringArray(String, String[]) - Method in interface org.acra.util.BundleWrapper
 

Q

query(Uri, String[], String, String[], String) - Method in class org.acra.attachment.AcraContentProvider
Provides file metadata

R

read() - Method in class org.acra.util.StreamReader
 
ReflectionCollector - Class in org.acra.collector
Collector retrieving key/value pairs from static fields and getters.
ReflectionCollector() - Constructor for class org.acra.collector.ReflectionCollector
 
remove(String) - Method in interface org.acra.util.BundleWrapper
 
removeCustomData(String) - Method in interface org.acra.ErrorReporter
Removes a key/value pair from your reports custom data field.
removeCustomData(String) - Method in class org.acra.reporter.ErrorReporterImpl
Removes a key/value pair from your reports custom data field.
Report - Class in org.acra.startup
 
Report(File, boolean) - Constructor for class org.acra.startup.Report
 
ReportBuilder - Class in org.acra.builder
Fluent API used to assemble the different options used for a crash report.
ReportBuilder() - Constructor for class org.acra.builder.ReportBuilder
 
reportContent() - Method in class org.acra.config.CoreConfiguration
 
ReportExecutor - Class in org.acra.builder
Collates, records and initiates the sending of a report.
ReportExecutor(Context, CoreConfiguration, CrashReportDataFactory, Thread.UncaughtExceptionHandler, ProcessFinisher, SchedulerStarter, LastActivityManager) - Constructor for class org.acra.builder.ReportExecutor
Creates a new instance
REPORTFILE_EXTENSION - Static variable in class org.acra.ACRAConstants
 
reportFormat() - Method in class org.acra.config.CoreConfiguration
 
ReportingAdministrator - Interface in org.acra.config
Controls if reports are sent
ReportInteraction - Interface in org.acra.interaction
A user interaction before reports are sent
ReportInteractionExecutor - Class in org.acra.interaction
Manages and executes all report interactions
ReportInteractionExecutor(Context, CoreConfiguration) - Constructor for class org.acra.interaction.ReportInteractionExecutor
 
ReportLocator - Class in org.acra.file
Locates crash reports.
ReportLocator(Context) - Constructor for class org.acra.file.ReportLocator
 
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 occurred 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.
ReportSenderFactory - Interface in org.acra.sender
Factory for creating and configuring a ReportSender instance.
reportSenderFactoryClasses() - Method in class org.acra.config.CoreConfiguration
Deprecated.
reportSendFailureToast() - Method in class org.acra.config.CoreConfiguration
 
reportSendSuccessToast() - Method in class org.acra.config.CoreConfiguration
 
requiresForeground() - Method in interface org.acra.sender.ReportSender
 
RetryPolicy - Interface in org.acra.config
A policy which determines if a report should be resent.
RetryPolicy.FailedSender - Class in org.acra.config
 
retryPolicyClass() - Method in class org.acra.config.CoreConfiguration
 

S

safeClose(Closeable) - Static method in class org.acra.util.IOUtils
Closes a Closeable.
scheduleReports(File, boolean) - Method in class org.acra.scheduler.SchedulerStarter
Starts a process to start sending outstanding error reports.
scheduleReportSending(boolean) - Method in class org.acra.scheduler.DefaultSenderScheduler
 
scheduleReportSending(boolean) - Method in interface org.acra.scheduler.SenderScheduler
 
SchedulerStarter - Class in org.acra.scheduler
 
SchedulerStarter(Context, CoreConfiguration) - Constructor for class org.acra.scheduler.SchedulerStarter
 
send(Context, CrashReportData) - Method in interface org.acra.sender.ReportSender
Send crash report data.
send(Context, CrashReportData, BundleWrapper) - Method in interface org.acra.sender.ReportSender
Send crash report data.
SenderScheduler - Interface in org.acra.scheduler
 
SenderSchedulerFactory - Interface in org.acra.scheduler
 
SendingConductor - Class in org.acra.sender
 
SendingConductor(Context, CoreConfiguration) - Constructor for class org.acra.sender.SendingConductor
 
sendReports(boolean, BundleWrapper) - Method in class org.acra.sender.SendingConductor
 
sendReportsInDevMode() - Method in class org.acra.config.CoreConfiguration
 
sendSilently() - Method in class org.acra.builder.ReportBuilder
Forces the report to be sent silently, ignoring all interactions
sendToast(Context, String, int) - Static method in class org.acra.util.ToastSender
Sends a Toast and ensures that any Exception thrown during sending is handled.
serialize(Serializable) - Static method in class org.acra.util.IOUtils
 
ServicePluginLoader - Class in org.acra.plugins
Utility to load Plugins
ServicePluginLoader() - Constructor for class org.acra.plugins.ServicePluginLoader
 
setAdditionalDropBoxTags(String...) - Method in class org.acra.config.CoreConfigurationBuilder
Custom tags to be included in DropBox event collection
setAdditionalSharedPreferences(String...) - Method in class org.acra.config.CoreConfigurationBuilder
Add here your SharedPreferences identifier Strings if you use others than your application's default.
setAlsoReportToAndroidFramework(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
Set this to true if you prefer displaying the native force close dialog after ACRA is done.
setApplicationLogFile(String) - Method in class org.acra.config.CoreConfigurationBuilder
To use in combination with ReportField.APPLICATION_LOG to set the path/name of your application log file.
setApplicationLogFileDir(Directory) - Method in class org.acra.config.CoreConfigurationBuilder
To use in combination with ReportField.APPLICATION_LOG to set the root for the path provided in CoreConfigurationBuilder.applicationLogFile()
setApplicationLogFileLines(int) - Method in class org.acra.config.CoreConfigurationBuilder
To use in combination with ReportField.APPLICATION_LOG to set the number of latest lines of your application log file to be collected.
setAttachmentUriProvider(Class<? extends AttachmentUriProvider>) - Method in class org.acra.config.CoreConfigurationBuilder
Allows CoreConfigurationBuilder.attachmentUris() configuration at runtime instead of compile time.
setAttachmentUris(String...) - Method in class org.acra.config.CoreConfigurationBuilder
Allows to attach files to crash reports.
setBuildConfigClass(Class<?>) - Method in class org.acra.config.CoreConfigurationBuilder
The default value will be a BuildConfig class residing in the same package as the Application class.
setDeleteOldUnsentReportsOnApplicationStart(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
Deprecated.
use @AcraLimiter.deleteReportsOnAppUpdate() instead
setDeleteUnapprovedReportsOnApplicationStart(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
Controls whether unapproved reports are deleted on application start or not.
setDropboxCollectionMinutes(int) - Method in class org.acra.config.CoreConfigurationBuilder
DropBox event collection will look back this many minutes
setEnabled(boolean) - Method in class org.acra.builder.ReportExecutor
 
setEnabled(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
 
setEnabled(boolean) - Method in interface org.acra.ErrorReporter
Enable or disable this ErrorReporter.
setEnabled(boolean) - Method in class org.acra.reporter.ErrorReporterImpl
Enable or disable this ErrorReporter.
setExcludeMatchingSettingsKeys(String...) - Method in class org.acra.config.CoreConfigurationBuilder
Provide here regex patterns to be evaluated on each Settings.System, Settings.Secure and Settings.Global key to exclude KV pairs from being collected.
setExcludeMatchingSharedPreferencesKeys(String...) - Method in class org.acra.config.CoreConfigurationBuilder
Provide here regex patterns to be evaluated on each SharedPreferences key to exclude KV pairs from the collected SharedPreferences.
setFilter(Predicate<String>) - Method in class org.acra.util.StreamReader
 
setIncludeDropBoxSystemTags(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
If enabled, DropBox events collection will include system tags: system_app_anr system_app_wtf system_app_crash system_server_anr system_server_wtf system_server_crash BATTERY_DISCHARGE_INFO SYSTEM_RECOVERY_LOG SYSTEM_BOOT SYSTEM_LAST_KMSG APANIC_CONSOLE APANIC_THREADS SYSTEM_RESTART SYSTEM_TOMBSTONE data_app_strictmode
setLimit(int) - Method in class org.acra.util.StreamReader
 
setLog(ACRALog) - Static method in class org.acra.ACRA
 
setLogcatArguments(String...) - Method in class org.acra.config.CoreConfigurationBuilder
Arguments to be passed to the logcat command line.
setLogcatFilterByPid(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
Set this to true if you want to include only logcat lines related to your Application process.
setLogcatReadNonBlocking(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
Set this to true if you want to read logcat lines in a non blocking way for your thread.
setParallel(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
Allow parallel collection.
setPluginLoader(PluginLoader) - Method in class org.acra.config.BaseCoreConfigurationBuilder
Set a custom plugin loader.
setPluginLoader(PluginLoader) - Method in class org.acra.config.CoreConfigurationBuilder
Set a custom plugin loader.
setReportContent(ReportField...) - Method in class org.acra.config.CoreConfigurationBuilder
Redefines the list of ReportFields collected and sent in your reports.
setReportField(ReportField, boolean) - Method in class org.acra.config.BaseCoreConfigurationBuilder
Use this if you want to keep the default configuration of reportContent, but set some fields explicitly.
setReportField(ReportField, boolean) - Method in class org.acra.config.CoreConfigurationBuilder
Use this if you want to keep the default configuration of reportContent, but set some fields explicitly.
setReportFormat(StringFormat) - Method in class org.acra.config.CoreConfigurationBuilder
Format in which the report should be sent
setReportSenderFactoryClasses(Class<? extends ReportSenderFactory>...) - Method in class org.acra.config.CoreConfigurationBuilder
Deprecated.
register with plugin loading instead
setReportSendFailureToast(String) - Method in class org.acra.config.CoreConfigurationBuilder
Toast shown when report sending fails
setReportSendSuccessToast(String) - Method in class org.acra.config.CoreConfigurationBuilder
Toast shown when a report is sent successfully
setResReportSendFailureToast(int) - Method in class org.acra.config.CoreConfigurationBuilder
Toast shown when report sending fails
setResReportSendSuccessToast(int) - Method in class org.acra.config.CoreConfigurationBuilder
Toast shown when a report is sent successfully
setRetryPolicyClass(Class<? extends RetryPolicy>) - Method in class org.acra.config.CoreConfigurationBuilder
Implement a custom RetryPolicy to decide if a failed report should be resent or not.
setSendReportsInDevMode(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
Set this to false if you want to disable sending reports in development mode.
setSharedPreferencesName(String) - Method in class org.acra.config.CoreConfigurationBuilder
Name of the SharedPreferences that will host ACRA settings which you can make accessible to your users through a preferences screen: ACRA.PREF_DISABLE_ACRA or ACRA.PREF_ENABLE_ACRA ACRA.PREF_ALWAYS_ACCEPT ACRA.PREF_ENABLE_DEVICE_ID ACRA.PREF_ENABLE_SYSTEM_LOGS Default is to use the application default SharedPreferences, as retrieved with PreferenceManager.getDefaultSharedPreferences(android.content.Context)
setStopServicesOnCrash(boolean) - Method in class org.acra.config.CoreConfigurationBuilder
If you have services which might crash on startup android will try to restart them indefinitely.
setTimeout(int) - Method in class org.acra.util.StreamReader
 
SettingsCollector - Class in org.acra.collector
collects data from Settings.System, Settings.Global and Settings.Secure Settings classes.
SettingsCollector() - Constructor for class org.acra.collector.SettingsCollector
 
SharedPreferencesCollector - Class in org.acra.collector
Collects the content (key/value pairs) of SharedPreferences, from the application default preferences or any other preferences asked by the application developer.
SharedPreferencesCollector() - Constructor for class org.acra.collector.SharedPreferencesCollector
 
SharedPreferencesFactory - Class in org.acra.prefs
Responsible for creating a SharedPreferences instance which stores ACRA settings.
SharedPreferencesFactory(Context, CoreConfiguration) - Constructor for class org.acra.prefs.SharedPreferencesFactory
 
sharedPreferencesName() - Method in class org.acra.config.CoreConfiguration
 
shouldEnableACRA(SharedPreferences) - Static method in class org.acra.prefs.SharedPreferencesFactory
Check if the application default shared preferences contains true for the key "acra.disable", do not activate ACRA.
shouldFinishActivity(Context, CoreConfiguration, LastActivityManager) - Method in interface org.acra.config.ReportingAdministrator
 
shouldKillApplication(Context, CoreConfiguration, ReportBuilder, CrashReportData) - Method in interface org.acra.config.ReportingAdministrator
Determines if the application should be killed
shouldRetrySend(List<ReportSender>, List<RetryPolicy.FailedSender>) - Method in class org.acra.config.DefaultRetryPolicy
 
shouldRetrySend(List<ReportSender>, List<RetryPolicy.FailedSender>) - Method in interface org.acra.config.RetryPolicy
 
shouldSendReport(Context, CoreConfiguration, CrashReportData) - Method in interface org.acra.config.ReportingAdministrator
Determines if a collected report should be sent
shouldStartCollecting(Context, CoreConfiguration, ReportBuilder) - Method in interface org.acra.config.ReportingAdministrator
Determines if report collection should start
SILENT_SUFFIX - Static variable in class org.acra.ACRAConstants
This key is used to store the silent state of a report sent by handleSilentException().
SimplePluginLoader - Class in org.acra.plugins
 
SimplePluginLoader(Class<? extends Plugin>...) - Constructor for class org.acra.plugins.SimplePluginLoader
 
SimpleValuesCollector - Class in org.acra.collector
Collects various simple values
SimpleValuesCollector() - Constructor for class org.acra.collector.SimpleValuesCollector
 
size() - Method in interface org.acra.util.BundleWrapper
 
StacktraceCollector - Class in org.acra.collector
Collects the holy stacktrace
StacktraceCollector() - Constructor for class org.acra.collector.StacktraceCollector
 
StartupProcessor - Interface in org.acra.startup
 
StartupProcessorExecutor - Class in org.acra.startup
 
StartupProcessorExecutor(Context, CoreConfiguration, SchedulerStarter) - Constructor for class org.acra.startup.StartupProcessorExecutor
 
stopServicesOnCrash() - Method in class org.acra.config.CoreConfiguration
 
store(CrashReportData, File) - Method in class org.acra.file.CrashReportPersister
Stores the mappings in this Properties to the specified OutputStream, putting the specified comment at the beginning.
StreamReader - Class in org.acra.util
 
StreamReader(String) - Constructor for class org.acra.util.StreamReader
 
StreamReader(File) - Constructor for class org.acra.util.StreamReader
 
StreamReader(InputStream) - Constructor for class org.acra.util.StreamReader
 
StringFormat - Enum in org.acra.data
Represents possible report formats
StubCreator - Class in org.acra.util
 
SystemServices - Class in org.acra.util
 

T

ThreadCollector - Class in org.acra.collector
Collects some data identifying a Thread
ThreadCollector() - Constructor for class org.acra.collector.ThreadCollector
 
TimeCollector - Class in org.acra.collector
collects time information
TimeCollector() - Constructor for class org.acra.collector.TimeCollector
 
ToastSender - Class in org.acra.util
Responsible for sending Toasts under all circumstances.
toFormattedString(CrashReportData, ImmutableSet<ReportField>, String, String, boolean) - Method in enum org.acra.data.StringFormat
 
toJSON() - Method in class org.acra.data.CrashReportData
 
toMap() - Method in class org.acra.data.CrashReportData
 

U

UnapprovedStartupProcessor - Class in org.acra.startup
 
UnapprovedStartupProcessor() - Constructor for class org.acra.startup.UnapprovedStartupProcessor
 
uncaughtException(Thread, Throwable) - Method in class org.acra.reporter.ErrorReporterImpl
 
uncaughtExceptionThread(Thread) - Method in class org.acra.builder.ReportBuilder
Sets the Thread on which an uncaught Exception occurred.
unregister() - Method in class org.acra.reporter.ErrorReporterImpl
 
update(Uri, ContentValues, String, String[]) - Method in class org.acra.attachment.AcraContentProvider
 
updateToCurrentVersionIfNecessary() - Method in class org.acra.legacy.LegacyFileHandler
 
UTF8 - Static variable in class org.acra.ACRAConstants
 

V

v(String, String) - Method in interface org.acra.log.ACRALog
 
v(String, String, Throwable) - Method in interface org.acra.log.ACRALog
 
v(String, String) - Method in class org.acra.log.AndroidLogDelegate
 
v(String, String, Throwable) - Method in class org.acra.log.AndroidLogDelegate
 
v(String, String) - Method in class org.acra.log.HollowLog
 
v(String, String, Throwable) - Method in class org.acra.log.HollowLog
 
valueOf(String) - Static method in enum org.acra.collector.Collector.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.acra.data.StringFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.acra.file.Directory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.acra.collector.Collector.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.acra.data.StringFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.acra.file.Directory
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_CODE - Static variable in class org.acra.BuildConfig
 
VERSION_NAME - Static variable in class org.acra.BuildConfig
 

W

w(String, String) - Method in interface org.acra.log.ACRALog
 
w(String, String, Throwable) - Method in interface org.acra.log.ACRALog
 
w(String, Throwable) - Method in interface org.acra.log.ACRALog
 
w(String, String) - Method in class org.acra.log.AndroidLogDelegate
 
w(String, String, Throwable) - Method in class org.acra.log.AndroidLogDelegate
 
w(String, Throwable) - Method in class org.acra.log.AndroidLogDelegate
 
w(String, String) - Method in class org.acra.log.HollowLog
 
w(String, String, Throwable) - Method in class org.acra.log.HollowLog
 
w(String, Throwable) - Method in class org.acra.log.HollowLog
 
waitForAllActivitiesDestroy(int) - Method in class org.acra.builder.LastActivityManager
wait until the last activity is stopped
wrap(Bundle) - Static method in interface org.acra.util.BundleWrapper
 
wrap(PersistableBundle) - Static method in interface org.acra.util.BundleWrapper
 
writeStringToFile(File, String) - Static method in class org.acra.util.IOUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links