I am a working on android application development. I am using eclipse IDE. I want to have any profilers if present for android. when I was java server side programmer I used to use JProfiler in netbeans.
I want to get detail information both in graphical and in chat format about memory allocation, thread creation etc while my application is running. Is there any such tool exists for android?
Thanks Deepak