logcat-color icon indicating copy to clipboard operation
logcat-color copied to clipboard

Support --pid option

Open thomasyuan opened this issue 6 years ago • 0 comments

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"`

thomasyuan avatar Dec 16 '19 18:12 thomasyuan