I have Android Emulator (API 28) logcat fludded by messages like this.
D/eglCodecCommon: setVertexArrayObject: set vao to 1 (1) 0 0
D/eglCodecCommon: setVertexArrayObject: set vao to 0 (0) 29 30
What is that and should I worry about it?
I just commented out mAdView.loadAd(adRequest) in my MainActivity and I stopped seeing this message.
You can turn this off just in debug mode by doing something like this:
if(bannerAd != null && !kDebugMode) bannerAd!.load()
It finally stopped using the Android 11 emulator.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With