Home > database >  how to remove this error from intelliJ console flutter
how to remove this error from intelliJ console flutter

Time:08-24

I am getting this annoying line from IntelliJ console

D/EGL_emulation(10800): app_time_stats: avg=339.24ms min=32.73ms max=584.59ms count=3

can anyone tell me how to remove this line from printing as I am using IntelliJ idea

enter image description here

CodePudding user response:

Right click and choose 'Fold Lines Like This'.

  • Related