When using Android ARM emulator in Flutter, a lot of no useful debug message are spewing out. (See screenshot below)
How to disable Android emulator console log debug message in Flutter?
asked Dec 27, 2021 at 10:24
Kyaw Tun
13.3k15 gold badges59 silver badges84 bronze badges
-
you want to Removing the DEBUG Banner on emulator screen?Ravindra S. Patil– Ravindra S. Patil2021年12月27日 10:25:59 +00:00Commented Dec 27, 2021 at 10:25
-
No. I want to remove console log as shown in screenshot.Kyaw Tun– Kyaw Tun2021年12月27日 10:33:12 +00:00Commented Dec 27, 2021 at 10:33
-
Switch off the emulator, problem solved.Martin Zeitler– Martin Zeitler2021年12月27日 11:09:24 +00:00Commented Dec 27, 2021 at 11:09
2 Answers 2
I think your solution could be folding up lines with same substring you may go through below process. It may help you
In Android Studio
- Go to Settings
- Click Editor
- Select Console
here you will find line saying
fold console line that contains :
Just add the line to this list and check whether it helped you or not.
Ref. Image
answered Dec 27, 2021 at 11:17
Diwyansh
3,5241 gold badge11 silver badges13 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
You can turn off outputs like this: enter image description here
answered May 17, 2023 at 21:50
Alexander Barker
3312 silver badges6 bronze badges
Comments
lang-dart