logcat中充满了消息"从nativeGetEnabledTags意外的值:0" - 如何摆脱呢?意外、消息、logcat、nativeGetEnabledTags

2023-09-04 13:04:18 作者:As before 如初

可能重复:   Unexpected 0

我刚刚安装的SDK(R21)和ADT 21.0.0的最新版本。我转向从Eclipse我的项目,我pviously使用$ P $到新版本。后移的项目,我点击了运行按钮来测试应用程序,突然间我发现整个的logcat 是填充有所述消息

I have just installed the latest version of SDK (r21) and ADT 21.0.0. I shifted my project from the eclipse, I was using previously to the newer version. After shifting the project i clicked on the Run button to test the application, and suddenly i found that the whole logcat was filled with the message

从nativeGetEnabledTags意外的值:0

我只有10分钟的这类消息的人数达到1万多,我受够了这一点。请告诉我,我怎么能出现在logcat中删除此信息。我想出现就停止此消息

I just 10 minutes the number of this kind of messages reached more than 10,000 and i am fed up with this. Please tell me how can i remove this message from appearing in the logcat. And i want to stop this message from appearing as well

跳过33帧!该应用程序可能会做它的主线程的工作太多了。

请帮忙。

推荐答案

检查这样的回答:Unexpected 0

添加此过滤器到LogCat中:(?!。*(nativeGetEnabledTags))。 ^ * $

Add this filter to the LogCat: ^(?!.*(nativeGetEnabledTags)).*$

这是在该工具的最新版本引入了一个错误......谷歌正在开发一款补丁上的下一个版本。

It is a bug introduced in the latest revision of the tools... Google is working on a fix on the next version.