Find a process by name

find a process using ps and grep

grep a progress id by it name (contains)

adb root
adb shell
ps -eA | grep vpa

Last updated