Is my “hal_process_report_ind: Bad item quality: 11” something to worry about?

前端 未结 4 744
粉色の甜心
粉色の甜心 2020-12-20 18:35

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

4条回答
  •  情歌与酒
    2020-12-20 18:56

    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.

提交回复
热议问题