adb shell ps
List processes. Which processes to show (selections may be comma separated lists)
adb shell ps
All processes
adb shell ps -A
filter PIDs (--pid)
adb shell ps -p 1256
Show threads
adb shell ps -t
List processes. Which processes to show (selections may be comma separated lists)
adb shell ps
All processes
adb shell ps -A
filter PIDs (--pid)
adb shell ps -p 1256
Show threads
adb shell ps -t