Package org.acra.builder

Types

Link copied to clipboard
class LastActivityManager(application: Application)

Responsible for tracking the last Activity that was created.

Link copied to clipboard
class ReportBuilder

Fluent API used to assemble the different options used for a crash report.

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.