adb-logcat: update Chinese translation (#10007)

This commit is contained in:
Yi Liu
2023-05-15 12:36:36 +08:00
committed by GitHub
parent 2cdf733c49
commit b982cba5c0

View File

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