欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

常用的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