pidcat icon indicating copy to clipboard operation
pidcat copied to clipboard

Colored logcat script which only shows log entries for a specific application package.

Results 69 pidcat issues
Sort by recently updated
recently updated
newest added

Sometimes went not filtering the log by package name I run into this error: > Traceback (most recent call last): > File "./pidcat.py", line 305, in > print(linebuf) > UnicodeEncodeError:...

Because Samsung's guys love change things, there is no log with `'Start proc...'` in the GS4's logcat (and probably other samsung's devices). So the regexp `PID_START` does never match and...

system: Arch Linux 3.9.6-1 x86_64 python version: 2.7.5 and 3.3.2 pidcat version: 571826e8c03b18402025c6d8bd8bad1d367401a8 Pidcat doesn't produce any output. Jeff Sharkey's version works fine.

I created a branch with the code requests that you asked for. I hope that's ok.

**Feature request** Device logs don't always come directly from ADB. It would be nice to be able to pass in a previously-acquired log for formatting. Example possible usage: * taking...

when logcat output blank line, pidcat will silent quit.

Not all devices can do `ls /data/data`, so instead use the running process list, which should be guaranteed to be public to all running processes.

I make some changes in order to display timestamp and tid. I am interested in different tid, therefore, I assign different colors to different bg threads. I use `adb logcat...

Ignore list is read from an environment variable named PIDCAT_IGNORED_TAGS. Multiple tags can be set, separated by a semicolon. eg: on *nix systems just type the following in a terminal...

This looks great! Are you planning to release it on PyPI? I can also help you with that. Let me know!