Package 

Class ReflectionCollector

  • All Implemented Interfaces:
    org.acra.collector.Collector , org.acra.plugins.Plugin

    @AutoService(value = {Collector.class}) 
    public final class ReflectionCollector
    extends BaseReportFieldCollector
                        

    Collector retrieving key/value pairs from static fields and getters. Reflection API usage allows to retrieve data without having to implement a class for each android version of each interesting class. It can also help find hidden properties.