Thomas Yuan
Results
2
issues of
Thomas Yuan
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"` ```