Skip to main content
 首页 » 编程设计

android-studio之Android Studio 中的调试窗口中缺少 Logcat 选项卡

2024年11月24日19jackei

不知何故,我从调试窗口关闭了 logcat 选项卡,现在我无法取回它。
在 Run->Configuration->Logcat 我检查了所有内容。
我在 Android Monitor 窗口中有 logcat 选项卡,但在 Debug 中没有。
我怎样才能取回它?



我在他们的错误跟踪器上创建了一个错误:https://youtrack.jetbrains.com/issue/IDEA-144525

请您参考如下方法:

我认为随着 Android Studio 1.4 的发布,logcat 选项卡已从调试 View 中删除。现在我相信唯一可以访问它的地方是打开 Android Monitor在 Windows 上按 Alt+6 或在 Mac 上按 CMD+6 来查看。

Release notes Android Studio 1.4 Beta 3 暗示了这一点:

Logcat view mostly rewritten to address a number of stability and usability bugs