0

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?

5
  • Depends on the source of the messages. Are you debugging a program? If so, what does the launch configuration look like? Commented Apr 17, 2021 at 16:16
  • I am debugging a Flutter Mobile-App Commented Apr 17, 2021 at 16:17
  • Please show the launch configuration in your question Commented Apr 17, 2021 at 16:18
  • Sorry, what exactly do you mean by that? Commented Apr 17, 2021 at 16:19
  • I have added the content of launch.json, is that what you were asking? Commented Apr 17, 2021 at 16:25

1 Answer 1

1

I have not used dart or flutter, but this answer for flutter seems spot on.

I think it should work for you.

Sign up to request clarification or add additional context in comments.

2 Comments

I really don't understand why this didn't come up on my research. Thanks for the hint!
It took some digging for me to find it.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.