| Interface | Description |
|---|---|
| ApplicationStartupCollector |
A collector that is also called at startup
|
| Collector |
| Class | Description |
|---|---|
| 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
dumpsys command. |
| PackageManagerCollector |
Collects
PackageInfo values |
| ReflectionCollector |
Collector retrieving key/value pairs from static fields and getters.
|
| SettingsCollector | |
| 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
|
| Enum | Description |
|---|---|
| Collector.Order |
| Exception | Description |
|---|---|
| CollectorException |
Thrown by collectors
|