Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to trigger latest Android Systrace command's markers for jank and frames?

The latest Android Systrace pages - http://developer.android.com/tools/debugging/systrace.html#options-4.3 - show 'Alerts' and 'Frames' trace lines, with circles where bad things happen.

I haven't been able to create a trace.html file with those marks, despite seeing plenty of jank.

Does anyone know what command Google might have used to create the page they screenshotted? They don't provide it, sadly.

like image 587
android.weasel Avatar asked Oct 19 '22 07:10

android.weasel


1 Answers

The version described in that doc is only available in Android SDK platform tools 23 rc4 or higher. That's currently only available in tools preview channel in the SDK manager, but will be part of the default tools package once version 23 hits the primary release channel.

like image 111
Chris Craik Avatar answered Nov 15 '22 07:11

Chris Craik