Hundreds of random errors in logcat

北战南征 提交于 2019-12-05 23:26:31

Thanks for helping out but I've found the solution to eliminate the errors.

The errors were related to Google app which was trying to listen to hotword "Ok Google" continuously to work, so after I denied this app the permssion of Microphone, the errors are now limited to this one line:

E: openRecord() permission denied: recording not allowed

In logcat you can filter log by your own application, please select "Show only selected app" filter near Regex in your logcat.

It will show only your application logs.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!