Arslan
Arslan

Reputation: 331

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

Upvotes: 0

Views: 142

Answers (1)

Clemens-Toegel
Clemens-Toegel

Reputation: 66

Right click and choose 'Fold Lines Like This'.

Upvotes: 2

Related Questions