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

Alexandru Stroescu picture Alexandru Stroescu · Oct 25, 2019 · Viewed 23.3k times · Source

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?

Answer

Alex77 picture Alex77 · Dec 3, 2019

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

new device

and uncheck GPS

uncheck GPS

Errors will gone.