adb 相关操作

2021-01-27  本文已影响0人  朝朝朝朝朝落

1,查看App启动activity

adb shell

monkey -p com.xxx -vvv 1

2,adb 无线调试

adb tcpip 5555

adb connect ip(设置->关于手机->手机状态->IP)

3,多个设备时adb 指定一个

adb devices 查看设备列表

adb -s 设备 命令

4,adb 查看进程/kill进程

adb shell ps|grep com.xxx 查看某App pid

adb shell ps 查看进程

adb shell kill pid

上一篇下一篇

猜你喜欢

热点阅读