Search code examples
androidsystrace

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.


Solution

  • 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.