Package org.acra.collector

Types

ApplicationStartupCollector
Link copied to clipboard
interface ApplicationStartupCollector : Collector
A collector that is also called at startup
BaseReportFieldCollector
Link copied to clipboard
abstract class BaseReportFieldCollector(reportFields: ReportField) : Collector
Base implementation of a collector.
Collector
Link copied to clipboard
interface Collector : Plugin
CollectorException
Link copied to clipboard
class CollectorException : Exception
Thrown by collectors
ConfigurationCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class ConfigurationCollector : BaseReportFieldCollector, ApplicationStartupCollector
Inspects a Configuration object through reflection API in order to generate a human readable String with values replaced with their constants names.
CustomDataCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class CustomDataCollector : BaseReportFieldCollector
Collects custom data supplied by the user
DeviceFeaturesCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class DeviceFeaturesCollector : BaseReportFieldCollector
Collects features declared as available on the device.
DeviceIdCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class DeviceIdCollector : BaseReportFieldCollector
Collects the device ID
DisplayManagerCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class DisplayManagerCollector : BaseReportFieldCollector
Collects information about the connected display(s)
DropBoxCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class DropBoxCollector : BaseReportFieldCollector
Collects data from the DropBoxManager.
LogCatCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class LogCatCollector : BaseReportFieldCollector
Executes logcat commands and collects it's output.
LogFileCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class LogFileCollector : BaseReportFieldCollector
Collects the N last lines of a text stream.
MediaCodecListCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class MediaCodecListCollector : BaseReportFieldCollector
Collects data about available codecs on the device through the MediaCodecList API introduced in Android 4.1 JellyBean.
MemoryInfoCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class MemoryInfoCollector : BaseReportFieldCollector
Collects results of the dumpsys command.
PackageManagerCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class PackageManagerCollector : BaseReportFieldCollector
Collects PackageInfo values
ReflectionCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class ReflectionCollector : BaseReportFieldCollector
Collector retrieving key/value pairs from static fields and getters.
SettingsCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class SettingsCollector : BaseReportFieldCollector
collects data from System, Global and Secure Settings classes.
SharedPreferencesCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class SharedPreferencesCollector : BaseReportFieldCollector
Collects the content (key/value pairs) of SharedPreferences, from the application default preferences or any other preferences asked by the application developer.
SimpleValuesCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class SimpleValuesCollector : BaseReportFieldCollector
Collects various simple values
StacktraceCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class StacktraceCollector : BaseReportFieldCollector
Collects the holy stacktrace
ThreadCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class ThreadCollector : BaseReportFieldCollector
Collects some data identifying a Thread
TimeCollector
Link copied to clipboard
@AutoService(value = [Collector::class])
class TimeCollector : BaseReportFieldCollector, ApplicationStartupCollector
collects time information