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