Capturing Launch Crashes
Overview
How It Works
Enabling the Feature
// With default timeout of 2000ms
CrashReporting.enableSendingLaunchCrashesSynchronously()
// OR with a custom timeout
CrashReporting.enableSendingLaunchCrashesSynchronously(withTimeout: 3000)// With default timeout of 2000ms
[LCQCrashReporting enableSendingLaunchCrashesSynchronously];
// OR with a custom timeout
[LCQCrashReporting enableSendingLaunchCrashesSynchronouslyWithTimeout:3000];Configuration
Limitations & Behavior
Last updated