Debug Console window unusable while showing ads on emulator
See original GitHub issueMy Android emulator often shows a E/eglCodecCommon(21959): glUtilsParamSize: unknow param 0x000085b5
, specially for web contents.
While showing an ads banner (plugin firebase_admob), the debug console keep showing thousands of this error:
It would be nice if there is a setting for us to filter what kind of log we want to see. For example, in settings.json:
"dart.filterDebugWindow": ["eglCodecCommon", "Ads"]
Would filter those lines while debugging:
It would be nicer if we could colorize it (E/ in red, I/ in blue, W/ in orange, etc.)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:21 (12 by maintainers)
Top Results From Across the Web
ASP.Net Core App Output in a Console Window?
As @Valuator said, inside your dropdown menu which you can switch to use your project name as debugger Emulator. Start debugging a default ......
Read more >Troubleshoot known issues with Android Emulator
This page lists known issues, workarounds, and troubleshooting tips for the Android Emulator. If you encounter an issue not listed here or ...
Read more >Troubleshooting | PyCharm Documentation - JetBrains
Configure a Docker-based interpreter and debug your Python script in a Docker container. Python Debugger hangs when debugging Gevent code.
Read more >MCUXpresso IDE User Guide - NXP
MCUXpresso IDE version 11.6.0 is an easy-to-use Eclipse-based development environment for. NXP MCUs based on Arm Cortex-M cores.
Read more >Configure Hosting behavior | Firebase Hosting - Google
json file at the root of your project directory when you run the firebase init command. Caution: If you run firebase init again...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Almost 7 months and everything stays the same… it’s impossible to work with so many trash.
How hard would be to create a special “debug console” output panel? One with filter? It will be impossible to filter any possible extension from Flutter, so WE NEED FILTER ON VSCODE, it DOES make sense.
Yeah, that’s why I think improving this in Flutter/the plugin is the best option.
Android Studio does have more flexible APIs than VS Code though, so if VS Code had a nice filtering API for the debug console, it might be possible that both editors could then add filters in their consoles (this would be give more functionality than simply removing the output from Flutter, since you could customize what you see). I’m not sure if VS Code is likely to get the ability to add filters though, I think it still aims to be a lightweight editor rather than a big IDE with all features.