android-tools
android-tools copied to clipboard
coloredlogcat.py time stamp
How hard would it be to add a column for time stamp to this script?
For example,
adb logcat -v brief,time
provides a very nice time stamp, but it breaks the processing of your python script.
My python is very rusty, otherwise I would make an attempt to add this column myself.
I love this script though, it makes viewing logcat logs SO much easier!