Logcat错误

我有一个Android应用程序,在HTC Sensation(4.0.3)上工作良好,但是在最近的一些变化(特别是为数据库添加一个表来存储持久性存储和一些通用代码更改)之后,我得到了非常不寻常的错误信息在logcat(见下文),我无法找到任何信息,除了这一个其他SO问题> Android的phonegap项目垃圾邮件QTAGUID消息。

副作用是某些数据集在应用程序中未正确加载(尽管其他数据的确从某些Web服务调用加载)

我特别在连接到wifi时遇到了这个问题,并在3g上测试后发现,我没有在logcat中看到错误,但是有问题的数据并未加载到应用程序中。

如果有人曾经看到过这个错误,或知道它可能与什么有关,请告诉我。 谢谢。

Logcat示例输出:

03-26 09:32:05.554: I/qtaguid(1168): Failed write_ctrl(t 144 42958262894592 1408305917) res=-1 errno=1
03-26 09:32:05.554: I/qtaguid(1168): Tagging socket 144 with tag 271200000000(10002) for uid 1408305917 failed errno=-1
03-26 09:32:05.554: I/qtaguid(1168): Failed write_ctrl(t 145 42958262894592 1408305917) res=-1 errno=1
03-26 09:32:05.554: I/qtaguid(1168): Tagging socket 145 with tag 271200000000(10002) for uid 1408305917 failed errno=-1
03-26 09:32:05.554: I/qtaguid(1168): Failed write_ctrl(t 146 42958262894592 1408305917) res=-1 errno=1
03-26 09:32:05.554: I/qtaguid(1168): Tagging socket 146 with tag 271200000000(10002) for uid 1408305917 failed errno=-1
03-26 09:32:05.564: I/qtaguid(1168): Failed write_ctrl(t 147 42958262894592 0) res=-1 errno=1
03-26 09:32:05.564: I/qtaguid(1168): Tagging socket 147 with tag 271200000000(10002) for uid 0 failed errno=-1
03-26 09:32:05.564: I/qtaguid(1168): Failed write_ctrl(t 148 42958262894592 0) res=-1 errno=1
03-26 09:32:05.564: I/qtaguid(1168): Tagging socket 148 with tag 271200000000(10002) for uid 0 failed errno=-1
03-26 09:32:05.564: I/qtaguid(1168): Failed write_ctrl(t 149 42958262894592 0) res=-1 errno=1
03-26 09:32:05.564: I/qtaguid(1168): Tagging socket 149 with tag 271200000000(10002) for uid 0 failed errno=-1

我刚刚在HTC Sensation上重新设置了出厂设置,然后重新安装了应用程序,这已经解决了这个问题!

我也在Android开放源代码网站上找到了这个信息,这个网站提到了可能与错误相关的内核中的'qtaguid'进程> http://source.android.com/tech/datausage/kernel-overview.html。

我仍然不确定究竟是什么导致了错误,所以如果有人遇到类似的错误或者找到了它的原因,那么我很想知道!

链接地址: http://www.djcxy.com/p/11843.html

上一篇: Logcat error

下一篇: How to set up a listener on the selected text in TextView