views:

90

answers:

1

The Logcat in Eclipse has colors ofr errors, warning, debug, ...
How can I do to get the same result on Linux (Ubuntu) when I run the command 'adb -e logcat' in a terminal to get it colored?

+3  A: 

Link with script

I think it will be useful for U and U can change script by yourself;)

Yaroslav Boichuk
Taht's great. working perfectly. thx a lot.
Sephy
before that change execution permision.1. In console type "chmod +x coloredlogcat.pytxt"2. Or right button click and tab "permissions" and then click "allow execute file as program"Now U can use it)
Yaroslav Boichuk
actually the issue was that I was trying to execute the python script just like it's written on Jeff's page, but I needed to add "python" before the command to execute it.
Sephy