Logcat full of “input svInfo.flags is 8” while app is running

后端 未结 7 788
花落未央
花落未央 2021-02-06 20:13

When I run almost any app on android studio, my logcat gets full of messages like:

\"? E/GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8 ? E/GnssHAL_Gn

7条回答
  •  旧时难觅i
    2021-02-06 20:58

    It really solved the problem when you turn off your location services. It happens when I try to fetch data from web API, now I resolve by turning off location.

提交回复
热议问题