A simple python script that colorizes the adb logcat output.
1.) Download and run the colored-adb-logcat.py script:
python colored-adb-logcat.py
2.) Use alias command to create a 'shortcut' to the command:
For example, i use ubuntu, i add follow command in the file: ~/.bashrc
# add colored adb logcat
alias logcat='python /home/haonan/dev/colored-adb-logcat.py'