You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Performance is very important for AniTrend and we would like to monitoring UI dropped frames to monitor and optimise for various device configurations.
Solution Information
See: jankstats documentation for implementation and usage details
Additional Context
Potentially use Timber.w to log dropped frames which will internally use the appropriate implementation of ISupportAnalytics based on the build flavour, which has already been implemented.
We haven't chosen an alternative to Firebase for our f-droid build yet, so currently all logging lives on the users device
The text was updated successfully, but these errors were encountered:
AniTrend Issue Guidelines
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues:
https://github.com/AniTrend/anitrend-v2/issues?q=is%3Aissue+is%3Aclosed
Feature Information
Performance is very important for AniTrend and we would like to monitoring UI dropped frames to monitor and optimise for various device configurations.
Solution Information
See: jankstats documentation for implementation and usage details
Additional Context
Timber.w
to log dropped frames which will internally use the appropriate implementation ofISupportAnalytics
based on the build flavour, which has already been implemented.The text was updated successfully, but these errors were encountered: