当一个手机的时候 :adb shell ps|grep Tencent 比如当前插了三个手机,A,B,C 都启动了 QQ,现在我需要判断 A 手机的 QQ 的进程是否还存在。 请问各位大佬,咋写呀。。。
adb -s deviceid shell |grep
—— 来自 TesterHome 官方 安卓客户端
adb -s deviceid shell ps|grep Tencent deciveid 为你的设备号
超级感谢!