Friday 19 August 2016

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

Actually it is a render time log. No connection with java code. I also have same log. and i feel its cause by : SupportMapFragment in xml file. When i touch Map, GL render layout and prints this log.
It is inside Map Library. So we can't modify it. but i think sometimes it cause memory overload. and so system calls GC to dump memory.
It's just a warning. So ignore it for now. but it should be fix by Google map library maker.

Now it's a known issue and will be solve in next Google Play Library release.
Check out gmaps-api-issues 10201

No comments:

Post a Comment