关于使用adb 打logcat

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_34262972/article/details/64122027

使用adb :

1 切换到adb目录                    

adb root 
adb remount
adb logcat -> 电脑的目录地址,如没有,则选择adb 目录

****这种方式,可以将手机上的操作实时记录在电脑的目录里   ctrl+c 退出

2切换到adb 目录

adb root
adb remount
adb shell
adb logcat


这种可以直接将信息显示的cmd窗口上面

3 adb 查找所用应用包名

猜你喜欢

转载自blog.csdn.net/qq_34262972/article/details/64122027
今日推荐