Instabug automatically captures your warm app launch latency; however, you can disable it using the following APIs.
// Disable
APM.setWarmAppLaunchEnabled(false);
// Enable
APM.setWarmAppLaunchEnabled(true);
//Disable
APM.setColdAppLaunchEnabled(false)
//Enable
APM.setWarmAppLaunchEnabled(true)