skip to Main Content

who can please explain what it is? I use adb

W/IMGMapper(21885): set:488 set: Unset optional value from type CTA861_3 W/IMGMapper(21885): set:488 set: Unset optional value from type SMPTE2094_40

2

Answers


  1. I have a workaround.

    If you are working in Android Studio, you can fight back against this message from spamming your console by doing the following.

    When the app is launched and you see these three messages spamming, right click on one of the messages, and click Fold Lines Like This.
    Screenshot of console showing a context menu open with a highlighted option for 'fold lines like this'.

    You will be prompted to add a new rule for folding console lines. Accept the new rule by clicking OK.
    Screenshot of Android Studio window open for adding a new console fold rule.

    After repeating this for the following two IMGMapper lines, your console will look much better!
    Screenshot of Android Studio window open with all three console fold rules in place.

    I know it’s not a real solution. But if this issue is still haunting you, this workaround may help. I figure other IDEs must also have filtering options for the console as well.

    Login or Signup to reply.
  2. My workaround is to right-click on my app’s tag and specifically add it to the filter so everything else is filtered out. Still not a solution though.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search