I have installed an Android application from the Market that has a high CPU rate, and would like to investigate what is causing that.
Currently I already know from adb shell that the application usage is 20% (avarage) of the CPU. (the command by the way is "top -m 5 -d 1")
Since i haven't written the code i don't have the actual project. Is there a possibly to see what sub_module is causing the problem?
Thanks in advance.