question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debug Console window unusable while showing ads on emulator

See original GitHub issue

My 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:

image

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:

image

It would be nicer if we could colorize it (E/ in red, I/ in blue, W/ in orange, etc.)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:21 (12 by maintainers)

github_iconTop GitHub Comments

4reactions
JCKodelcommented, Mar 30, 2020

image

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.

3reactions
DanTupcommented, Feb 24, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found