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
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
Post a Comment