android - Eclipse Logcat 未获取当前过滤器的更新 (Android)

标签 android eclipse logcat android-logcat

我有一个恼人的问题,我敢肯定你们所有人都会遇到这个问题。

我向 logacat 添加了一个过滤器,以便查看仅属于我的应用程序的消息。 问题是当我在当前过滤器中时,logcat 没有得到更新(每个过滤器都会发生这种情况,包括“所有消息(无过滤器)”过滤器)。

为了查看我错过的所有消息,我需要用鼠标单击过滤器。

如何解决这个问题??

谢谢!

最佳答案

不幸的是,这是 eclipse 或 adb 或 logcat 中的错误。也许除“经典”之外的其他版本的 Eclipse 不会受到该错误的影响,例如 Eclipse Indigo。值得一试

关于android - Eclipse Logcat 未获取当前过滤器的更新 (Android),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11026968/

相关文章:

android-studio - 无法在 Logcat 选项卡中选择设备和过滤器

java - Android 4.0 中的类没有响应 - 适用于 2.3 及更低版本

java - 如何摆脱 java.lang.RuntimeException : Unable to locate the App Engine agent in Eclipse Helios?

java - 如何在 Eclipse 中运行 GWT 项目?

java - 在 Eclipse 上运行基本字数统计程序时出错

android.view.InflateException 错误膨胀类 com.android.internal.widget.ActionBarView

android - Android Studio如何同时显示两个或多个logcat过滤器?

android - Xamarin.Mobile:标记为过时的基于任务的 API

android - 任务 ':app:mergeDebugResources' 的 Flutter 构建失败

java - 如何将哈希表添加到 NameValuePair 中?