Report Executor
class ReportExecutor(context: Context, config: CoreConfiguration, crashReportDataFactory: CrashReportDataFactory, defaultExceptionHandler: Thread.UncaughtExceptionHandler?, processFinisher: ProcessFinisher, schedulerStarter: SchedulerStarter, lastActivityManager: LastActivityManager)
Content copied to clipboard
Collates, records and initiates the sending of a report.
Since
4.8.0
Constructors
Link copied to clipboard
fun ReportExecutor(context: Context, config: CoreConfiguration, crashReportDataFactory: CrashReportDataFactory, defaultExceptionHandler: Thread.UncaughtExceptionHandler?, processFinisher: ProcessFinisher, schedulerStarter: SchedulerStarter, lastActivityManager: LastActivityManager)
Content copied to clipboard
Functions
Link copied to clipboard
Try to create a report. Also starts LegacySenderService
Link copied to clipboard
pass-through to default handler