Flutter: Debug Console: What is the meaning of the letters: I, W?

170

As mentioned by @pskink the I stands for Info and the W stands for Warning.

You can encounter the following values:

V: Verbose (lowest priority)
D: Debug
I: Info
W: Warning
E: Error
A: Assert

More information can be found here: https://developer.android.com/studio/debug/am-logcat

Share:
170
Norman
Author by

Norman

Exploring App Development (Flutter, Android)

Updated on December 26, 2022

Comments

  • Norman
    Norman over 1 year

    On the debug console sometimes messages appear like W/IInputConnectionWrapper ..., I/zygote .... or I/choreographer ..... What is the meaning of the letters "W" und "I"?

    • pskink
      pskink over 3 years
      a warning? info? most likely you could see error too... ;-(
    • Norman
      Norman over 3 years
      @pskink : Thank you for your answer. But you have phrased your answer as a question, so I am not sure if you are guessing or if you really know it. If you are sure, please phrase it as a statement.
    • pskink
      pskink over 3 years
    • Norman
      Norman over 3 years
      @pskink : Thank you.