Find use of the application on Android

Is there an Android API that provides CPU usage, memory usage to run the application? I would like to customize my processing in the application on the fly based on processor usage.

+5
source share
1 answer

This question has already been answered here . You can also get the list using adbas follows:

adb shell top -m 10
+5
source

All Articles