Tag

frame drop

0 views collected around this technical thread.

Coolpad Technology Team
Coolpad Technology Team
Nov 24, 2021 · Mobile Development

Analyzing Frame Drops on High-Refresh-Rate Android Devices: A Case Study with WeChat

This article investigates why a test Android phone exhibits noticeable frame drops when scrolling WeChat compared to a reference Honor X20, examining Vsync timing, CPU frequency scaling, and rendering pipelines, and proposes a CPU‑boost fix that restores smooth 120 fps performance.

Android performanceCPU frequencyMobile Optimization
0 likes · 8 min read
Analyzing Frame Drops on High-Refresh-Rate Android Devices: A Case Study with WeChat
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jan 15, 2021 · Mobile Development

Android Frame Drop Detection and Monitoring Principles

The article explains Android’s frame‑drop detection and monitoring principles, covering refresh rate, Vsync, Choreographer and FrameInfo mechanisms, how lag is perceived, methods to calculate and retrieve dropped frames, and best practices such as avoiding heavy main‑thread work to ensure smooth UI performance.

AndroidChoreographerMobile Development
0 likes · 6 min read
Android Frame Drop Detection and Monitoring Principles