mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 15:53:20 +02:00
adb-logcat: update Chinese translation (#10007)
This commit is contained in:
parent
2cdf733c49
commit
b982cba5c0
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,14 @@
|
|||
|
||||
`adb logcat *:W`
|
||||
|
||||
- 显示特定 PID 的日志:
|
||||
|
||||
`adb logcat --pid={{pid}}`
|
||||
|
||||
- 显示某个特定软件包的进程日志:
|
||||
|
||||
`adb logcat --pid=$(adb shell pidof -s {{软件包}})`
|
||||
|
||||
- 给日志着色(通常与过滤器一起使用):
|
||||
|
||||
`adb logcat -v color`
|
||||
|
|
Loading…
Add table
Reference in a new issue