Search code examples
flutterdartintellij-ideaconsoleflutter-layout

how to remove this error from intelliJ console flutter


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


Solution

  • Right click and choose 'Fold Lines Like This'.