HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Warm App Launch

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)