pidcat
pidcat copied to clipboard
Colored logcat script which only shows log entries for a specific application package.
I noticed that pidcat does not show **any new output** when I **rebuild** the application from Android Studio and **reinstall** it onto the connected device. I then have to quit...
don't have to remember the syntax for commonly used arguments
Very useful to have multiple shell sessions (iTerm, [insert your terminal emulator here], etc), each logging a different device/emulator
If you're developing with an emulator with hardware acceleration some OpenGL bug can be annoying. This is an easy fix and there are still some TODOs: 1. Should be emulator...
I found sometimes that pidcat don't found the application because the start of application is not on the logcat buffer, It means pidcat don't show anything. I think should be...
workaround for issue #31 The idea is to look in the events buffer, where 'am_proc_start' lines can be found containing the PID. The message regex is a bit tricky because...
Using python 3 it was printing line as bytes with b'STRING'.
This commit provides two major enhancements: 1. Makes the core `pidcat.py` script fully cross-platform. 2. Adds a new interactive batch script for convenient use on Windows. -------------------------------------------------- Python Script Enhancements...