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

I tried running like this: adb logcat -v brief | pidcat -w50 -ld This command works for me for all other devices, but not for Huawei Honor8. Logging in Android...

Been using this for myself, hope it is fit to be up-streamed. My python know-how is not that good, all improvements are welcome ;)

pidcat do not show anything if it's run through the emacs Terminal emulator. Steps to reproduce: - Install Emacs and pidcat - Open up a terminal - Run `emacs` -...

Hi, I add an option to read proguard's mapping file and replace the obfuscated class names with their original names.

Solves #65. When pidcat is started, it updates terminal title accordingly. And then resets it back when exited.

system: Arch Linux 3.9.6-1 x86_64 python version: 2.7.5 and 3.3.2 pidcat version: 571826e8c03b18402025c6d8bd8bad1d367401a8 ``` Traceback (most recent call last): File ".bin/pidcat.py", line 142, in adb = subprocess.Popen(adb_command, stdin=PIPE, stdout=PIPE, stderr=PIPE)...

our app have a background service in other process like android:process=":x" but i can't get any log on output

- Needs to handle non-printing characters (by not counting them). - Should indent if a newline is included in the message.

I wasn't planning on forking and pushing, so I have 3 features in this commit. I hope that this is ok.. I had trouble getting pidcat to work the first...