adb-logcat: update Chinese translation (#10007)

pull/23/head
Yi Liu 2023-05-15 12:36:36 +08:00 committed by GitHub
parent 2cdf733c49
commit b982cba5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@
`adb logcat *:W`
- 显示特定 PID 的日志:
`adb logcat --pid={{pid}}`
- 显示某个特定软件包的进程日志:
`adb logcat --pid=$(adb shell pidof -s {{软件包}})`
- 给日志着色(通常与过滤器一起使用):
`adb logcat -v color`