Skip to content
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

Closed
exptk3 opened this issue Mar 4, 2020 · 6 comments
Labels

Comments

@exptk3
Copy link

exptk3 commented Mar 4, 2020

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.

@exptk3 exptk3 added the type: bug Something isn't working label Mar 4, 2020
@iapicca iapicca added type: enhancement New feature or request and removed type: bug Something isn't working labels Mar 9, 2020
@LiveRock
Copy link

I am having the exact same problem. Any solutions?

@galloperx
Copy link

Same issue, all the latest updates. Log is impossible to read with this constant spam.
To replicate the issue do this: create new flutter project, configure it to show a test banned ad with firebase_admob package (currently my pubspec.yaml has it as "firebase_admob: ^0.9.3+4"), see the banner in emulator - see the spam in console.
Flutter version 1.17+

Seeing this for the last few months is becoming really annoying.

@codingstark-dev
Copy link

Same issue!

@virskor
Copy link

virskor commented Aug 21, 2020

Same

@flschlosser
Copy link

same ...

@russellwheatley
Copy link
Member

The firebase_admob plugin will be deprecated in April 2021 in favor of Google Mobile Ads SDK for Flutter.
Google Mobile Ads SDK for Flutter is a new Flutter plugin that supports more Ads formats than firebase_admob does. Google Mobile Ads SDK for Flutter currently supports loading and displaying banner, interstitial (full-screen), native ads, and rewarded video ads across AdMob and AdManager. It also supports displaying banner and native ads as Widgets as opposed to being overlayed over all app content.
We're now recommending projects currently using firebase_admob migrate to Google Mobile Ads SDK for Flutter following the instructions outlined here.
Issues with migrating or with using the new package should now be raised over on the Google Mobile Ads SDK for Flutter repository.

@firebase firebase locked and limited conversation to collaborators Apr 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

9 participants