调用 AbsListView unregisterIRListener() [英] AbsListView unregisterIRListener() is called

查看:42
本文介绍了调用 AbsListView unregisterIRListener()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在对我正在开发的应用程序进行一些调试,在我的 LogCat 中,我继续收到带有标签AbsListView"和消息unregisterIRListner() 被调用"的消息.是否有我在代码中没有做的事情会导致这种情况?它甚至是我需要担心的事情吗?我宁愿不发布我为此拥有的(超过)550 行代码.任何信息都会有用.谢谢.

I'm doing some debugging on an app that I'm working on, and in my LogCat, I continue to get a message with tag "AbsListView" and message "unregisterIRListner() is called." Is there something I'm NOT doing within my code that would cause this? Is it even something that I need to worry about? I'd rather not post the (over) 550 lines of code I have for this. Any information would be useful. Thanks.

推荐答案

看起来 Google 开发人员在源代码中未注释调试调用.为了避免这种不可用的 LogCat 输出,我使用了以下过滤器:

Looks like Google developers left debug call uncommented in source code. To avoid this unusable LogCat output I'm using following filter:

tag:^(?!(dalvikvm|AbsListView))

此过滤器删除了所有标记的:dalvikvm 和 AbsListView 调试行.

This filter cut out all taged: dalvikvm and AbsListView debug lines.

这篇关于调用 AbsListView unregisterIRListener()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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