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

后端 未结 7 882
花落未央
花落未央 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条回答
  •  半阙折子戏
    2021-02-06 20:46

    There are two possible solution to this fix,

    Either

    You can disable Location Services in the Emulator that you are running app

    or

    Create a new Virtual device and disable GPS inside Hardware Profile

提交回复
热议问题