Frozen frames are UI frames that take longer than 700ms to render. This is a
problem because your app appears to be stuck and is unresponsive to user input
for almost a full second while the frame is rendering. We typically recommend
apps to render a frame within 16ms to ensure smooth UI. However, when your app
is starting up or transitioning to a different screen, it's normal for the
initial frame to take longer than 16ms to draw because your app must inflate
views, lay out the screen, and perform the initial draw all from scratch.
That's why Android tracks frozen frames separately from slow rendering. No
frames in your app should ever take longer than 700ms to render.
To help you improve app quality, Android automatically monitors your app for
frozen frames and displays the information in the Android Vitals dashboard.
For information on how the data is collected, see Play Console
docs.
Frozen frames are an extreme form of slow rendering, so the
procedure for diagnosing and fixing the problem is the same. For information
on diagnosing and fixing slow rendering, see slow
rendering.
This site uses cookies to store your preferences for site-specific language and display options.
Get the latest Android developer news and tips that will help you find success on Google Play.
* Required Fields
Hooray!
You have successfully signed up for the latest Android developer news and tips.
Follow Google Developers on WeChat
Browse this site in ?
This class requires API level or higher
This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.