logcat-color
logcat-color copied to clipboard
Support --pid option
With this patch, logcat-color can filter logs based on process id.
logcat-color --pid=`adb shell pidof "your.app.package.name"`
For example
logcat-color --pid=`adb shell pidof "com.android.systemui"`