Hacker News new | ask | show | jobs
by minikomi 4486 days ago
And if you want colored logcat in a terminal window:

    alias lc="adb logcat | sed -e $'s/^I.*/\e[0;94m&\e[0m/g; s/^D.*/\e[0;92m&\e[0m/g; s/^W.*/\e[0;93m&\e[0m/g; s/^E.*/\e[0;91m&\e[0m/g'"
1 comments

Jake Wharton also has a neat fork of Jeff Sharkey's colored logout Python script which is pretty awesome:

https://github.com/JakeWharton/pidcat