I am using the Android systrace to study the dynamic behavior of the ExoPlayer opensource app. I am writing up the study notes as a PPT here!
Anyway, I love to see a way to automatically add LogCat API's log msg as event to the systrace, that way, the logcat events can shows up correlate with events in the systrace output graph.
Is there a way to do this easily?
I can hack the ASOP code, but figure someone in Google probably done this already.