Balvonas
Balvonas

Reputation: 189

intellij idea logcat colors

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

Answers (3)

Balvonas
Balvonas

Reputation: 189

Found the answer: http://devnet.jetbrains.com/message/5483068#5483068 This is apparently a bug. I have reported.

Upvotes: -1

dreambit.io dreambitio
dreambit.io dreambitio

Reputation: 1902

I think NobodyElse means this path

File > Settings > [IDE Settings] Editor > Color & Fonts > Android logcat

Upvotes: 1

Hunter Zhao
Hunter Zhao

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 :) enter image description here

Upvotes: 1

Related Questions