首页 > android studio的logcat打不开?

android studio的logcat打不开?

as的logcat为什么看不到了,现在一直是空白,如何调出来??


其实看log也可以使用命令看,我觉得更方便,比如看运行异常:adb logcat -v time -s AndroidRuntime:E。
-v代表Log.v("",""),-s后面的就是标签。
自定义的比如Log.v("logInfo","xxx");可以写成adb logcat -v time -s logInfo
更多的信息请访问adb-logcat命令


重置一下Android Studio 的设置 File > Other Settings > Default Settings.


你的monitor选项卡是有问题的,建议先重启一下as试试。

正常的monitor应该是这样的

你可以试一下我截图上的设置选项,看能不能调出来,不行就重装了。

【热门文章】
【热门文章】