When I drag Maps on activity having Google Maps fragment, my logcat is flooded with
\"W/Google Maps Android API: GLHudOverlay deprecated; draw(
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.
^((?!GLHudOverlay).)*$