Android/Eclipse:如何避免空Logcat? (Logcat 错误)

发布于 2024-12-12 00:51:44 字数 281 浏览 0 评论 0原文

我每15分钟就会遇到“blank logcat”或“logcat bug”的问题,随意告诉它!

我知道以下解决方案可以解决此问题:

  • 转到 DDMS 并选择我的设备 => 80% 的情况下,logcat 会正确显示它必须显示的内容。

  • 20% 的时间,这还不够,我必须重新启动 Eclipse,并且...也许 Logcat 会再次显示所有内容。

我再也无法忍受这个问题了!请告诉我您是否有解决方案!

谢谢。

I have every 15 minutes the problem of "blank logcat" or "logcat bug", tell it as you wish !

I know the following solutions to solve this issue:

  • going to DDMS and selecting my device => 80% of the time, the logcat displays correctly what it has to display.

  • 20% of the time, this is not sufficient, I have to restart Eclipse and...perahps the Logcat displays everything again.

I CANNOT BEAR THIS ISSUE ANYMORE !! Please, tell me if you have got a solution !!

Thanks.

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

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

发布评论

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

评论(1

不即不离 2024-12-19 00:51:44

不要在 Eclipse 中使用 logcat,打开命令提示符并从 SDK 的 platform-tools 目录运行 adb logcat [your-filters-here]。至少对我来说,这个方法效果比较好。

曾经对我有用的另一件事是按 Eclipse 的 logcat 窗口中的“清除日志”按钮,然后将日志记录级别更改为其他级别并返回。不保证始终有效,但大部分时间有效。

Don't use the logcat in Eclipse, open a command prompt and run adb logcat [your-filters-here] from the platform-tools directory of the SDK. At least for me, this method works better.

Another thing that used to work for me is to press the "clear log" button in Eclipse's logcat window, then changing the logging level to something else and back. Not guaranteed to work always, but most of the time.

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