I get this error in LogCat while doing dev work. Sounds like a hardware malfunction. Is it? What\'s it in relation to? I tried searching but found only people talking about
Try to clear data for Google Play Service.
Go to Settings > Apps > Google Play service > Manage space > Clear all data.
On my device that stopped these messages for a while (and so far, even when they reappeared they're much less frequent).
I seem to be getting no network location where I am currently at, and this message popped up in my log so suspecting this is part of my problem:
12-16 09:07:19.739 1117 1500 V GmsNetworkLocationProvi: onSetRequest: ProviderRequestUnbundled, reportLocation is true and interval is 0
12-16 09:07:19.739 1117 1117 V GmsNetworkLocationProvi: SET-REQUEST
12-16 09:07:19.739 1117 1117 V GmsNetworkLocationProvi: in Handler: ProviderRequestUnbundled, reportLocation is true and interval is 0
12-16 09:07:19.849 594 607 E qcom_sensors_hal: hal_process_report_ind: Bad item quality: 11
This sequence pops ups twice while opening Maps, so I am pretty sure the quality message pertains to the location somehow, likely throwing the network location away.
It seems that is a bug related with the location: http://www.reddit.com/r/Nexus5/comments/20g0vj/150_linessec_qcom_sensors_hal_logcat_spam_causing/ and it seems that this is only triggered if you have have chosen not to enable location reporting. And once it happens it only stops after rebooting the device.
You're right, it is to do with sensors. Unfortunately, I can't pinpoint the exact problem, but it is most likely a data accuracy issue with your accelerometer.
Android is a very complex operating system, and it is highly unlikely that every piece of native code functions exactly as intended. I wouldn't worry about this error.
Moreover, it is almost definitely not related to your phone freezing and having feedback delays. That sounds more like an issue of running low on RAM and processing power, while having too many background apps open. Try uninstalling the apps you don't use.