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)