Did you know Android Debug Bridge (adb) has a --bugreport option? It adds frame-related information overlays to video recordings. Super helpful for debugging animations, time to first meaningful frame, dropped frames, and more!
1 / 2
Comments
• Space: pause
• E: next frame
• ⌥⌘S: Save frame on disc
A way to associate frames in video to frames in Perfetto
Never tried personally. Did you? Maybe it's not as bad as we think.
We fire off a separate run for recording our tests because of that.