Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 523 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 523 Bytes

A simple python script that colorizes the adb logcat output.

Usage

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'

Preview

Sample Screenshot