如何隐藏,删除,过滤Eclipse for Eclipse中的logcat中的日志

我在Eclipse中为Eclipse隐藏日志时遇到了一些困难(可能是因为主题的关键字),这就是我创建一个的原因.这是我发现的帖子:(看看ZoFreX的答案,最简单的)

How to exclude certain messages by TAG name using Android adb logcat?

解决方法:

我发现最适合我的过滤器是:

^(?!.*(text_to_filter_out_here)).*$

这适用于我的经验.我有运行无限循环的线程,创建了大量与之关联的垃圾邮件日志和标签,所以我只是在text_to_filter_out_here部分放入部分日志消息,不再显示日志.

也可能重复这两个:

How can I stop admob from spamming my logcat?

How to filter out a tagname in Eclipse LogCat viewer

上一篇:Android OCR使用tess-two分叉的tesseract


下一篇:Android字符串资源未找到异常