Android logcat没有日志信息

本文介绍了在使用Eclipse开发Android应用过程中遇到的Logcat显示异常问题及其解决方法,并提供了一种过滤特定日志信息的技术方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

    在用eclipse开发的过程中,总会想看logcat里面的错误信息,但有时候会突然什么都没有,解决办法就是重启一下eclipse就恢复显示了,网上是说超过10000条信息就清空了。


   第二个问题是logcat出现很多的:

     

解决ADT大量出现"Unexpected value from nativeGetEnabledTags: 0"的问

 
安装了最新版的Android SDK  (r21) 和ADT 21.0.0,在虚拟机运行程序时突然发现一个现象,原来运行很正常的程序,现在在logcat中不断的发送以下消息:
Unexpected value from nativeGetEnabledTags: 0

此消息大量出现以致于我正常的消息都完全被淹没了。在网上查了一下,原来是API 17的虚拟机会有这个问题:

Project Member #31 r...@android.com
As indicated above, we're aware of the issue. It's an issue in the emulator system-image for API 17. We plan to distribute a new system-image for 17 that will resolve this, but I don't have any hard date to announce.

Workarounds in between are to use the emulator with API 16 (doesn't help if you need the APIs for 17 of course) or use a real device such as N4 or N7 or N10 that has API 17 on it.


后来在网上找到一个解决办法:在logcat的过滤器的log message字段中输入以下过滤串。
^(?!.*(nativeGetEnabledTags)).*

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值