Skip to main content
Version: 6.0.0

Track Frame Rate issues

This feature is automatically activated in debug flavour.
It is available in both debug and release flavours of the framework.

With basic integration Finotes will track and report slow/jank frames and frozen frames. If a frame takes more than 16ms to render it is categorized as slow/jank frame and if a frame takes more than 700ms to render it is categorized as frozen frame.

Activate Frame Rate tracking in release flavour.

To activate frame rate tracking in release builds, use ActivateFrameRateTracking to the info.plist file. If this value is set to 'false', Frame rate tracking will be disabled in both flavours of the framework.

Info.plist:

<key>ActivateFrameRateTracking</key>
<true/>