adb shell Logcat with Package Name
问题 Is it possible to also display the Log's Package Name in each line? Using logcat -v long leaves exactly the package name field (after PID) empty. I want to filter the Logs from a specific application with different Tags, just wondering if it is possible. 回答1: logcat record does not have a "package name field". Therefore there is no standard/built-in way to filter by it. Although since Android 7.0 you can use logcat --pid option combined with pidof -s command to filter output by binary/package