pidcat
pidcat copied to clipboard
Colored logcat script which only shows log entries for a specific application package.
An unexpected error occurred during the `brew link` step The formula built, but is not symlinked into /usr/local Permission denied - /usr/local/etc
Sometimes a device has custom buffers, `pidcat -b system` should work like `adb logcat -b system` and only show one buffer.
Please implement flag for filtering of logs by regex, like in Android Studio. pidcat com.oprah.bees.android -f <regex-string> Cheers!
This adds a --timestamp argument which then displays the timestamp as minutes:seconds.milliseconds.
When passing --current without any running application on the device, we get an `AttributeError`. Ignore it and display the whole log. ``` ➜ pidcat git:(master) ✗ pidcat --current Traceback (most...
Using pidcat 2.0.0 in OSX Yosemite 10.10.5. pidcat truncates the logs when their length exceeds the terminal window's width. Is anyone else having this issue? Is there a way I...
- change default format from brief to time - add --time option, default to False - when --time is set, the log time will be printed
I wonder if there is an option to hide all those output lines in general which are not particularly interesting for a specific app. Something like dalvik output counts in...
- useful for getting a clean log file when we redirect output to a log file add -n option to allow pidcat output log with color. It's especially useful when...
Added option -f/-force-windows-colors to force colorization if terminal is tty but actually expects windows colors