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

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_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8"

What's this? Is there something wrong about my app?


There is a much simpler solution. in your AVD simply go to settings->location and uncheck use location. Location service image


You should create Virtual Device in AVD manager without GPS sensor.

new device

and uncheck GPS

uncheck GPS

Errors will gone.