I am getting spammed with these 2 lines
V/AudioManager(10244): getStreamMaxVolume treamType: 3 V/AudioManager(10244): getStreamVolume streamType: 3 volume: 3 in my Terminal and I would like to hide these 2 messages because it makes reading my own outputs nearly impossible. This is the launch.json for flutter:
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "habit_app_new", "request": "launch", "type": "dart" } ] } Is there some kind of "filter" option in VSCode?