2

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?

enter image description here

3
  • you want to Removing the DEBUG Banner on emulator screen? Commented Dec 27, 2021 at 10:25
  • No. I want to remove console log as shown in screenshot. Commented Dec 27, 2021 at 10:33
  • Switch off the emulator, problem solved. Commented Dec 27, 2021 at 11:09

2 Answers 2

4

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

  1. Go to Settings
  2. Click Editor
  3. 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

enter image description here

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

Comments

3

You can turn off outputs like this: enter image description here

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.