Filter log messages by PID or application package in Android
问题 I understand that to filter Android log messages we can use something like adb logcat ActivityManager:I MyApp:D *:S But, in my application, I'm using different TAGS for different activities and I want to filter all the logs of this application only. What's the best way to do it? Do I need to specify all the tags in the command? Or using a common tag across the application, the only other alternative? While looking at log messages in Eclipse, I notice that there is a column named PID and