flutterandroid-studiodartsamsung-mobile

i am having so many logs with the tag IMGMapper. Idont know how to solve or disable this log showing in my android studio for Flutter


E/IMGMapper(21086): set:488 set: Unset optional value from type SMPTE2086
E/IMGMapper(21086): set:488 set: Unset optional value from type CTA861_3
E/IMGMapper(21086): set:488 set: Unset optional value from type SMPTE2086
E/IMGMapper(21086): set:488 set: Unset optional value from type CTA861_3
E/IMGMapper(21086): set:488 set: Unset optional value from type SMPTE2086

i have been using Samsung mobile for debug my Flutter app in Android studio, but I dont know to disable this log... Help it solve


Solution

  • To fold those messages go to settings:

    File > Settings > Editor > General > Console

    Look for section:

    Fold console lines that contain

    Click the + button on right hand side of scrollable list

    Add your substring of what you'd like hidden from the Console output.

    enter image description here