logcat中充满了消息"从nativeGetEnabledTags意外的值:0" - 如何摆脱呢? [英] logcat filled with message "Unexpected value from nativeGetEnabledTags: 0" - how to get rid of this?

查看:198
本文介绍了logcat中充满了消息"从nativeGetEnabledTags意外的值:0" - 如何摆脱呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
  <一href="http://stackoverflow.com/questions/13416142/unexpected-value-from-nativegetenabledtags-0">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帧!该应用程序可能会做它的主线程的工作太多了。

请帮忙。

推荐答案

检查这样的回答:<一href="http://stackoverflow.com/questions/13416142/unexpected-value-from-nativegetenabledtags-0">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.

这篇关于logcat中充满了消息&QUOT;从nativeGetEnabledTags意外的值:0&QUOT; - 如何摆脱呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆