For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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);
//Disable
APM.setColdAppLaunchEnabled(false)
  
//Enable
APM.setWarmAppLaunchEnabled(true)

Last updated