This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Android Choreographerr : Skipped 37 frames!

hello, I am testing the android application with nRF 52832 (s 132). With android-Log, it is supposed that connection can not be done with the following log. Please give me some hints.

I / Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread.

thank you.

  • Hi

    What is the application doing? It sounds like you have some heavy processing happening on the UI thread, which causes the UI updates to stall.

    You might want to identify the heavy operations and move them to a separate thread, so that the UI updates can happen in the background.

  • hank you. However, this application has been proven with nrf 51822, but perhaps a lot of errors occurred on the device side. I will investigate.

  • Please do. I don't know what debugger you are using on the Android side, but if you have a profiler you might be able to spot what the app is spending all this time doing. That might provide a hint as to the cause of the issue.

  • Thank you. I am not using profiler.

  • Did you discover any errors/asserts on the nRF52 side?

1 2