Takt
Takt copied to clipboard
Takt is Android library for measuring the FPS using Choreographer.
FPS counter disappear when app goes background
The library has memory leak. I found it with leak canary. ┬─── │ GC Root: Local variable in native code │ ├─ android.os.HandlerThread instance │ Leaking: NO (PathClassLoader↓ is not...
Google changed the behavior of `LayoutParams.TYPE_TOAST` in Android 7.1. [https://android.googlesource.com/platform/frameworks/base/+/dc24f93](https://android.googlesource.com/platform/frameworks/base/+/dc24f93) So on 7.1 devices the FPS text cannot not stay on the screen.
# Bug Reporting ## Steps to Reproduce Open app on Samsung device on Android version 7.1.1, app crashes ## Actual Results ``` 2020-01-08 16:16:34.919 E/AndroidRuntime: FATAL EXCEPTION: main Process: package_name,...
i test it i run my game on 30 fps and its still says 59.8 fps made my game run on 90 FPS and its saying 59.7 fps its like...
Getting following exception after adding Takt. android.view.WindowManager$BadTokenException: Unable to add window android.view.ViewRootImpl$W@420f9140 -- permission denied for this window type
Hi, ReadMe says that finish() methos should be call in onTerminate. But this method is only used in emulated process environments and it will never be called on production device....
cannot start Takt again after calling Takt.finish(), Am I missing something or what ?!