Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

D/EGL_emulation time messages in Flutter

I receive multiple messages of the following kind when I do anything in Android emulator in the flutter app

D/EGL_emulation(6380): app_time_stats: avg=1505.58ms min=1505.58ms max=1505.58ms count=1

What is it?

like image 632
alessio toesca Avatar asked Sep 11 '25 18:09

alessio toesca


1 Answers

For Visual Studio Code Users:

You can always filter messages by using the Filter input on the top right corner.

For this particular case, you can hide those messages by applying this filter: !D/EGL

BEFORE: Without filtering:

BEFORE: Without filtering

AFTER: With filtering: enter image description here

like image 53
Felipe Avatar answered Sep 13 '25 10:09

Felipe