adb-logcat, logcat: add --pid examples (#9893)
This commit is contained in:
@@ -14,3 +14,11 @@
|
||||
- Display lines that match a regular expression:
|
||||
|
||||
`logcat --regex {{regular_expression}}`
|
||||
|
||||
- Display logs for a specific PID:
|
||||
|
||||
`logcat --pid={{pid}}`
|
||||
|
||||
- Display logs for the process of a specific package:
|
||||
|
||||
`logcat --pid=$(pidof -s {{package}})`
|
||||
|
Reference in New Issue
Block a user