如何关闭 Eclipse 中 ADB 控制台的自动显示?

发布于 2025-01-07 02:00:30 字数 358 浏览 1 评论 0原文

这实际上很烦人。每当出现错误时,ADB 控制台窗口就会不断地在 Eclipse 中弹出。即使我关闭视图,层次结构查看器、DDMS 和 Android 控制台也会“争夺”显示。

我试图在偏好设置中找到开关,但没有成功。此外,这些窗口没有通常的“显示时间...”按钮。

有什么办法可以关掉这些吗?提前致谢。

带有补丁的 Android 问题跟踪器链接: Android 问题 40123:SDK Eclipse DDMS 控制台在出现错误时夺取焦点

This is quite annoying actually. Whenever there is an error, the ADB console windows keep popping into my face in Eclipse. The Hierarchy viewer, the DDMS and the Android console "fight" for being shown even if I close the views.

I tried to find switches in the preferences but in vain. Also, these windows don't have the usual "Show when..." buttons.

Is there any way to turn these off? Thanks in advance.

Android issue tracker link with patch:
Android Issue 40123: SDK Eclipse DDMS console is stealing the focus when there is an error

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

风吹雪碎 2025-01-14 02:00:30

我只是将控制台放在 eclipse 中的包层次结构下,因为我将比率设置为 ~15%,所以它不会占用太多空间。

通过这个设置,我可以看到控制台中是否有红色的东西+完全看到我的logcat,它占据了eclipse底部的其余部分。

这里有一些 ASCII 热门技巧来表达我的设置。

<pre>
##################################################
#       #                                #       #
#Package#                                #       #
# stuff #  Code stuff                    # out   #
#       #                                # line  #
#       #                                # stuff #
#       #                                #       #
#       #                                #       #
#       #                                #       #
#       #                                #       #
#       #                                #       #
#       ##########################################
#       #     |                                  #
#       #     |                                  #
#########     |    logcat stuff                  #
#console#     |                                  #
# stuff #     |                                  #
##################################################
</pre>

I simply put the console under the package hierachy in eclipse, it doesnt take too much space there since i put ratio ~15%.

With this setup I can see if there is red stuff going in the console + fully see my logcat which take the rest of the bottom part of eclipse.

Here some ASCII hot skill to express my setup.

<pre>
##################################################
#       #                                #       #
#Package#                                #       #
# stuff #  Code stuff                    # out   #
#       #                                # line  #
#       #                                # stuff #
#       #                                #       #
#       #                                #       #
#       #                                #       #
#       #                                #       #
#       #                                #       #
#       ##########################################
#       #     |                                  #
#       #     |                                  #
#########     |    logcat stuff                  #
#console#     |                                  #
# stuff #     |                                  #
##################################################
</pre>
咿呀咿呀哟 2025-01-14 02:00:30

我找到了它在 DDMS 插件源中。基本上,如果有错误消息,那么控制台会自动弹出。根本没有实现防止这种情况发生的切换按钮。我有一个库项目,在构建过程结束时不会生成 apk 文件(因为它不必),并且 adt 对此感到不满。

I found it in the DDMS plugin source. Basically, if there is an error message, then the console is automatically popped up. The switch button to prevent this is not implemented at all. I have a library project that does not produce an apk file (since it doesn't have to) at the end of the build process and adt cries about this.

折戟 2025-01-14 02:00:30

在使用 Dalvik 调试监视器独立版本而不是 logcat 时,我为防止这种恼人的行为所做的操作如下:

在控制台窗口中,单击最右侧的下拉菜单(最小化旁边),然后选择“新控制台视图”。
将新控制台设置为 DDMS,然后将其固定(重要)并将其设置为快速视图(右键单击选项卡本身)。
最后,在原始控制台视图中选择 Android 并将其固定。 DDMS 现在应该保持隐藏状态,假设您没有关闭固定它的控制台。

What I did to prevent this annoying behavior while using the Dalvik Debug Monitor stand alone version instead of logcat was the following:

In the console window click on the drop down furthest to the right (next to minimize) and choose "New Console View".
Set the new console to DDMS, then pin it(important) and set it to be a Fast View (right click on the tab itself).
Finally, in the original console view select Android and pin this one as well. DDMS should stay hidden now, assuming you don't close the console you pinned it in.

影子是时光的心 2025-01-14 02:00:30

打开:

窗口 > 首选项 > 运行/调试 > 控制台

禁用这些项目:

  • 在程序写入标准输出时显示

  • 程序写入标准错误时显示

Open :

Window > Preferences > Run/Debug > Console

Disable these items :

  • Show when program writes to standard out

  • Show when program writes to standard error

舟遥客 2025-01-14 02:00:30

@Kermia - 这对于禁用控制台是正确的。不幸的是,Android 开发让我们在某个时刻弹出 Console,而在其他时刻弹出 ADB =\ 因此,类似地,您可以在此处禁用 ADB 自动弹出窗口:Window >首选项>运行/调试>控制台,“当...时显示 logcat 视图”

@Kermia - that is correct for disabling the console. Unfortunately, Android development leaves us with Console popping up at one point, and ADB at others =\ So similarly, you can disable the ADB auto-popup here: Window > Preferences > Run/Debug > Console, 'Display logcat view when...'

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文