-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[firebase_admob] Repeated log message output for banner advertisement (D / eglCodecCommon (30389): setVertexArrayObject: set vao to...) #2123
Comments
I am having the exact same problem. Any solutions? |
Same issue, all the latest updates. Log is impossible to read with this constant spam. Seeing this for the last few months is becoming really annoying. |
Same issue! |
Same |
same ... |
The |
Describe the bug
Same as the title.
When showing banner ads, the following unnecessary log messages are repeatedly printed, making it difficult to see other logs, which puts a lot of load on the computer.
...
D/eglCodecCommon(30389): setVertexArrayObject: set vao to 0 (0) 1 2
D/eglCodecCommon(30389): setVertexArrayObject: set vao to 1 (1) 1 6
…
…
D/eglCodecCommon(30389): setVertexArrayObject: set vao to 0 (0) 1 2
D/eglCodecCommon(30389): setVertexArrayObject: set vao to 1 (1) 1 6
D/eglCodecCommon(30389): setVertexArrayObject: set vao to 0 (0) 1 2
...
To Reproduce
This problem occurs after upgrading the flutter sdk version (fv1.12.13 + hotfix.7 —> v1.12.13 + hotfix.8). It did not occur in hotfix.7. In fact, when I changed to hotfix.7, the logs were not printed.
*** Minor changes to the above post
The above bug report had some problems during the testing process. The version of the bug above was the v1.15.x version of the master channel.
So I came back to the stable channel and tested it.
Logs that were not shown in 'v.1.12.13 - Hotfix 7' were printed in Hotfix 8, but are not unusually severe as in the master channel, and they appear to be logged whenever the banner ad changes.
This bug also makes other logs difficult to be seen.
It would be nice to have these logs, which are repeated every time the ad loads, disappear as before (Hotfix 7).
Thank you.
The text was updated successfully, but these errors were encountered: