Skip to content

ofavre/logcat-colorfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

logcat-colorfilter

An awk colorizing filter for use with adb logcat.

How does it work?

It is a mere awk script, that understands the several output format produced by adb logcat, splits them up, colorizes each part with escape codes, does a bit of reformatting, and outputs the result in the console.

Installation

Just drop the file in /usr/bin/ or /usr/local/bin/, or adapt your PATH environment variable to point to the folder where the script resides.

Usage

Works with all the output formats of adb logcat:

adb logcat [-v brief|process|tag|thread|time|threadtime|raw] | logcat-colorfilter

About

Colorizing filter for adb logcat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages