OiO.lk Blog Android Getting clean logs with Flutter in Android on VSCode
Android

Getting clean logs with Flutter in Android on VSCode


Is there a way of getting clean logs from a Flutter app in Android?
i.e. instead of having

[log] no color
[log] texto en color
I/flutter ( 5447): normal print
D/EGL_emulation( 5447): app_time_stats: avg=3165.60ms min=3165.60ms max=3165.60ms count=1

getting something that just outputs the logs without the [log] prefix

no color
texto en color



You need to sign in to view this answers

Exit mobile version