Package org.acra.builder

Types

LastActivityManager
Link copied to clipboard
class LastActivityManager(application: Application)
Responsible for tracking the last Activity that was created.
ReportBuilder
Link copied to clipboard
class ReportBuilder
Fluent API used to assemble the different options used for a crash report.
ReportExecutor
Link copied to clipboard
class ReportExecutor(context: Context, config: CoreConfiguration, crashReportDataFactory: CrashReportDataFactory, defaultExceptionHandler: Thread.UncaughtExceptionHandler?, processFinisher: ProcessFinisher, schedulerStarter: SchedulerStarter, lastActivityManager: LastActivityManager)
Collates, records and initiates the sending of a report.