Android logcat is flooded with “W/Google Maps Android API: GLHudOverlay deprecated; draw(): no-op”

后端 未结 3 1085
鱼传尺愫
鱼传尺愫 2020-12-04 15:29

When I drag Maps on activity having Google Maps fragment, my logcat is flooded with

\"W/Google Maps Android API: GLHudOverlay deprecated; draw(

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 15:48

    You can add to following regex, ^((?!GLHudOverlay).)*$, to your logcat filter to hide the message, but as the accepted answer states this is a bug with Google so the best we can hope for is a quick fix.

提交回复
热议问题