Warm App Launch
API reference for warm app launch tracking with Luciq APM. Measure warm start performance when your app resumes after being suspended in memory.
// Disable
APM.setWarmAppLaunchEnabled(false);
// Enable
APM.setWarmAppLaunchEnabled(true);//Disable
APM.setColdAppLaunchEnabled(false)
//Enable
APM.setWarmAppLaunchEnabled(true)Last updated