Start UI Trace
API reference for starting UI hang traces in Luciq. Manually mark the beginning of a UI trace to measure the duration of potential UI freezes.
APM.startUITrace(withName: "name")[LCQAPM startUITraceWithName:@"name"];// Start UI Trace
APM.startUITrace("name");// Start UI Trace
APM.startUITrace("name")APM.startUITrace("name");APM.startUITrace('trace_name');Last updated