CrashReportDataFactory

class CrashReportDataFactory(context: Context, config: CoreConfiguration)

Responsible for collecting the CrashReportData for an Exception.

Author

F43nd1r

Since

4.3.0

Constructors

CrashReportDataFactory
Link copied to clipboard
fun CrashReportDataFactory(context: Context, config: CoreConfiguration)

Functions

collectStartUp
Link copied to clipboard
fun collectStartUp()
createCrashData
Link copied to clipboard
fun createCrashData(builder: ReportBuilder): CrashReportData
Collects crash data.