adb 查询应用进程 2019-09-30 本文已影响0人 夜瑾漠 1、查看所有apk进程 adb shell ps 2、查看特定apk进程(com.test.app 为应用的包名) adb shell ps|findstr com.app.test 查询不到,则该进程没有启动