What do the various colors in LogCat signify?
Asked Answered
D

3

5

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...:

Verbose = ? Debug = ? Information = ? Warning = Yellow? Error= Red?

Dexterdexterity answered 8/1, 2012 at 15:44 Comment(0)
D
6

enter image description here

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

Diller answered 8/1, 2012 at 15:50 Comment(2)
Although these icons don't display above LogCat to make this obvious seems odd to me.Dexterdexterity
what does verbose exactly mean?Hardshell
D
9

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

Disdain answered 8/1, 2012 at 15:48 Comment(1)
@alextsc Thanks for inlining the picture for me.Disdain
D
6

enter image description here

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

Diller answered 8/1, 2012 at 15:50 Comment(2)
Although these icons don't display above LogCat to make this obvious seems odd to me.Dexterdexterity
what does verbose exactly mean?Hardshell
A
1
  • Error = Red
  • Warn = Yellow
  • Info = Green
  • Debug = Blue (I think)
  • Verbose = No color
Alurta answered 8/1, 2012 at 15:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.