Package Details: android-coloredlogcat LATEST-2

Git Clone URL: https://aur.archlinux.org/android-coloredlogcat.git (read-only, click to copy)
Package Base: android-coloredlogcat
Description: A python script that reformats the logcat output into a colorful stream that is much easier to visually follow.
Upstream URL: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/
Licenses: Apache
Submitter: TamCore
Maintainer: felixonmars
Last Packager: felixonmars
Votes: 9
Popularity: 0.000000
First Submitted: 2012-07-29 11:59 (UTC)
Last Updated: 2015-07-23 12:12 (UTC)

Required by (0)

Sources (1)

Latest Comments

simon1573 commented on 2014-04-24 13:22 (UTC)

I get: Traceback (most recent call last): File "/usr/bin/coloredlogcat.py", line 110, in <module> line = input.readline() File "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3131: ordinal not in range(128) when I run the script. I've never written any Python so I can't debug it myself.