How can I profile my Android app?

teedyay picture teedyay · Oct 6, 2010 · Viewed 45.6k times · Source

I need to find where the bottlenecks are in my Android app.

What profiling tools or techniques can I use?

Answer

cement picture cement · Oct 6, 2010

You can use Traceview. It is far from ideal, but works. This article describes how to use it.