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

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

问题描述

我做的一个应用程序,我工作的一些调试,并在我的LogCat中,我不断地得到一个消息,添加标签AbsListView和信息unregisterIRListner()被调用。有什么我不会在我的code这样做,将导致此?它甚至,我需要担心的东西吗?我宁愿不发布(以上)550线code我有这个。任何信息将是有益的。谢谢你。

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.

推荐答案

看起来像谷歌开发者离开调试呼叫取消注释的源$ C ​​$ C。 为了避免这种不可用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))

这个过滤器切出的所有taged:dalvikvm和AbsListView调试行

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

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

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