list all running apps
adb shell ps
check app is running
adb shell ps "com.klab.captain283.global"
References
https://stackoverflow.com/questions/16691487/how-to-detect-running-app-using-adb-command
list all running apps
adb shell ps
check app is running
adb shell ps "com.klab.captain283.global"
References
https://stackoverflow.com/questions/16691487/how-to-detect-running-app-using-adb-command