Warm App Launch

Luciq automatically captures your warm app launch latency; however, you can disable it using the following APIs.

// Disable
APM.setWarmAppLaunchEnabled(false);

// Enable
APM.setWarmAppLaunchEnabled(true);

Last updated