HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
API Reference

Cold App Launch

Luciq automatically captures your cold app launch latency; however, you can disable it using the following APIs.

// Disable
APM.coldAppLaunchEnabled = false

// Enable
APM.coldAppLaunchEnabled = true
// Disable
LCQAPM.coldAppLaunchEnabled = NO;

// Enable
LCQAPM.coldAppLaunchEnabled = YES;
APM.setColdAppLaunchEnabled(false);
APM.setColdAppLaunchEnabled(false)