android LogCat只输出最后一行

发布于 2024-09-30 04:26:25 字数 127 浏览 5 评论 0原文

有时,当我在 Eclipse 中处理 Android 时,logcat 输出似乎只是输出最后一行消息并丢弃之前的所有内容。

这通常发生在工作 30 分钟后,但我找不到具体的方法来重现它。

有什么提示吗?谢谢!

sometimes when i work on android in eclipse the logcat output just seems to output the last line of messages and discards everything before.

this usually happens after 30mins of work but i cant find a concrete way to repro it.

any hints? thanks!

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

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

发布评论

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

评论(2

无悔心 2024-10-07 04:26:25

eclipse DDMS 缓冲区过小。您可以单击清除日志按钮,它将再次开始显示日志。我不确定是否有办法增加缓冲区。我总是查看终端中的 logcat。这是一个非常好的 python 脚本,可以为输出添加颜色。

http:// jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/

The eclipse DDMS buffer is unnecessarily small. You can click the clear log button and it will start showing the log again. I'm not sure if there's a way to increase the buffer or not. I always look at the logcat in the terminal. Here's a really good python script that adds color to the output.

http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/

风吹短裙飘 2024-10-07 04:26:25

有时您的设备在 DDMS 中未被选中。下次遇到此问题时,请在 Eclipse 中打开 DDMS 透视图,然后在设备窗口中重新单击您的设备。

这通常对我有用。

Sometimes your device becomes unselected in DDMS. Next time you have this problem, open the DDMS perspective in Eclipse and re-click your device in the devices window.

That usually does the trick for me.

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