Package 

Class LogFileCollector

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

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

    Collects the N last lines of a text stream. Use this collector if your application handles its own logging system.

    • Method Summary

      Modifier and Type Method Description
      Collector.Order getOrder()
      Unit collect(ReportField reportField, Context context, CoreConfiguration config, ReportBuilder reportBuilder, CrashReportData target) Collect a ReportField
      • Methods inherited from class org.acra.collector.LogFileCollector

        collect, shouldCollect
      • Methods inherited from class org.acra.collector.Collector

        enabled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait