我刚刚在我的nexus 7上开发和调试Android应用程序时遇到了一个奇怪的行为.log cat提示我总是出现相同的错误消息,差不多每60秒。
E 07-08 15:38:08.575 566 qcom_sensors_hal hal_process_time_resp: Resetting rollover count from 0 to 7
E 07-08 15:39:07.673 566 qcom_sensors_hal hal_process_time_resp: Resetting rollover count from 0 to 7
E 07-08 15:40:14.388 566 qcom_sensors_hal hal_process_time_resp: Resetting rollover count from 0 to 7
我很确定,它与我的应用程序无关,因为它会不断显示,无论我的应用程序是否正在运行。
然而,我会感兴趣,是什么导致这个消息,如果这是我应该担心的事情。
答案 0 :(得分:1)
有一篇专门讨论这个问题的reddit帖子,可能值得一试:http://www.reddit.com/r/Nexus5/comments/20g0vj/150_linessec_qcom_sensors_hal_logcat_spam_causing/
答案 1 :(得分:1)
还有关于带有GL内存错误的Google代码库的讨论,这就出现了 - https://code.google.com/p/libgdx/issues/detail?id=1427。
似乎是OEM库因其当时尝试使用的任何传感器而导致的错误。它无法获得它喜欢的响应,因此它设置超时并再次尝试,并一次又一次地直到它满意为止。可能是任何传感器,但看起来最常见的罪魁祸首是加速计或位置服务中的东西。