Skip to content

dhylands/colored-logcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a python script which is a variation of Jeff Sharky's colored logcat script.

To use:

colored-logcat.py [keyword]

If the optional keyword is supplied, then each occurence of the keyword will be highlighted
in the output.

You can also use:

adb logcat -v threadtime [other adb-options] | colored-logcat.py

For example to just see Vold output, you could use:

adb logcat -v threadtime -d -s 'Vold:*' | colored-logcat.py

This script has only been tested under linux.

About

A variation of Jeff Sharky's colorized logcat script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages