Reputation: 189
is there fix for logcat color miss match in Intellij Idea. It should be colored according to Log level, but it mixes them. I am using 12.0.4 version. and there is the screenshot: [1] http://imagebin.org/251551 "image". I am using Ubuntu 12.10 and Oracle JDK java version "1.6.0_35".
Thank You!
Upvotes: 3
Views: 2486
Reputation: 189
Found the answer: http://devnet.jetbrains.com/message/5483068#5483068 This is apparently a bug. I have reported.
Upvotes: -1
Reputation: 1902
I think NobodyElse
means this path
File > Settings > [IDE Settings] Editor > Color & Fonts > Android logcat
Upvotes: 1
Reputation: 4649
Here is the solution, click in turn:
File > Settings > [IDE Settings] Editor > Color & Fonts > Console Colors
you will see the options, e.g
Console standard output
Console error output
etc...
And then right click the icon like below to customize the color you like :)
Upvotes: 1