Cold App Launch

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

// Disable
APM.coldAppLaunchEnabled = false
// Enable
APM.coldAppLaunchEnabled = true

Last updated