I'm trying to chase some ANRs without any stack traces. I'm at a point where I just want to review every part of my code that uses the UI thread heavily.
Is there a way to graph this or do some sort of trace to see which methods took the longest without me modifying a ton of code?