Search code examples
androidandroid-studiocompiler-errorslogcat

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


When I run almost any app in 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?


Solution

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

    new device

    and uncheck GPS

    uncheck GPS

    Errors will gone.