What do the various colors in LogCat signify?

前端 未结 3 627
青春惊慌失措
青春惊慌失措 2020-12-18 06:17

I Googled this and could not found a chart. Since the various Log possibilities are Verbose, Debug, Information, Warning,and Error, I have a couple of assumptions, but...:

相关标签:
3条回答
  • 2020-12-18 06:58

    enter image description here

    The letter colors in above diagram are the colors in which log appears

    0 讨论(0)
  • 2020-12-18 07:08
    • Error = Red
    • Warn = Yellow
    • Info = Green
    • Debug = Blue (I think)
    • Verbose = No color
    0 讨论(0)
  • 2020-12-18 07:18

    The filter buttons on the LogCat pane in Eclipse are colour-coded to match the colour of the messages, so:

    Verbose - black

    Debug - blue

    Info - green

    Warning - orange

    Error - red

    Edit: a picture reference:

    enter image description here

    picture from http://www.droidnova.com/blog/wp-content/uploads/2009/09/debugging-2.gif

    0 讨论(0)
提交回复
热议问题