logcat: add Chinese translation (#6027)

manned-org^2
BillLucky 2021-05-26 01:24:05 +08:00 committed by GitHub
parent 13836d2150
commit 1781b34473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# logcat
> 转储系统消息日志。
> 更多信息见https://developer.android.com/studio/command-line/logcat>.
- 显示系统日志:
`logcat`
- 将系统日志写入文件:
`logcat -f {{文件路径}}`
- 显示与正则表达式匹配的行:
`logcat --regex {{正则表达式}}`