Android UI render time

I received an Android Vital warning that my UI runtime was slow.

As they explained on a vital page:

Frozen user interface frames:
Percentage of daily sessions during which users experienced more than 0.1% of frames with a rendering time of more than 700 ms. The daily session refers to the day during which your application was used on the device. Google collects the rendering time of each frame that your application displays when using the UI toolkit infrastructure, and not when it is used directly by OpenGL. More details

I can’t figure out how to start with this problem.
I made traces of my activities that I suspect them, but nothing strange looks.

enter image description here

+4
source share

Source: https://habr.com/ru/post/1684305/


All Articles