sudharsan-selvaraj / appium-dashboard-plugin

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.
116 stars 28 forks source link

[Feature] provide app profiling details for android devices using adb #26

Closed sudharsan-selvaraj closed 2 years ago

sudharsan-selvaraj commented 2 years ago

Command to get app cpu and memory usage $ANDROID_HOME/platform-tools/adb shell top -o %CPU,ARGS,%MEM,RSS -s 1 -d 1