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?
views:
90answers:
1
+3
A:
I think it will be useful for U and U can change script by yourself;)
Yaroslav Boichuk
2010-07-29 11:23:18
Taht's great. working perfectly. thx a lot.
Sephy
2010-07-29 11:37:35
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
2010-07-29 11:43:26
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
2010-07-29 13:32:55