7

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

Devendiran
  • 99
  • 9
  • 3
    Has anyone figured out what this error actually *IS*, and how to get rid of it? I don't want to *fold* it so it doesn't appear in the log, I want to *FIX THE PROBLEM* so it doesn't appear in the log in the first place. What's causing this problem? Does anyone know? – Laurence MacNeill Apr 21 '23 at 18:52
  • I think its because of the new developer tools and options on android mobiles... other than that the code is working fine while debugging in other mobile phones.. – Devendiran Apr 22 '23 at 09:40

1 Answers1

2

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

Fred
  • 335
  • 2
  • 7