java - Find app's CPU usage on Android -


is there android api provides cpu, memory usage of running app? tune processing in app on fly based on cpu usage.

this question has been answered here. can listing using adb follows,

adb shell top -m 10 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -