常用的ADB命令记录
程序员文章站
2024-02-20 15:45:52
...
adb查看当前运行的应用的包名和Activity
adb shell dumpsys window w |findstr \/ |findstr name=
adb shell根据包名查进程、杀进程
adb shell ps | grep com.hongen.app.word
adb shell am force-stop com.hongen.app.word