Skip to content

Instantly share code, notes, and snippets.

@peazz
Created February 27, 2024 16:02
Show Gist options
  • Save peazz/c7e347654a9d24363a2e8490c03aaf2c to your computer and use it in GitHub Desktop.
Save peazz/c7e347654a9d24363a2e8490c03aaf2c to your computer and use it in GitHub Desktop.
Remove Visual Studio Code console Android Jank in Windows
Run the project
` flutter run | Select-String -Pattern "D/EGL_emulation" -NotMatch | Select-String -Pattern "D/TrafficStats" -NotMatch `
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment