Luciq automatically captures your hot app launch latency.; however, you can disable it using the following APIs.
// Disable
APM.hotAppLaunchEnabled = false
// Enable
APM.hotAppLaunchEnabled = true
// Disable
LCQAPM.hotAppLaunchEnabled = NO;
// Enable
LCQAPM.hotAppLaunchEnabled = YES;
APM.setHotAppLaunchEnabled(false);
APM.setHotAppLaunchEnabled(false)