mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:06:00 +02:00
logcat: add Chinese translation (#6027)
This commit is contained in:
parent
13836d2150
commit
1781b34473
1 changed files with 16 additions and 0 deletions
16
pages.zh/android/logcat.md
Normal file
16
pages.zh/android/logcat.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# logcat
|
||||
|
||||
> 转储系统消息日志。
|
||||
> 更多信息见:https://developer.android.com/studio/command-line/logcat>.
|
||||
|
||||
- 显示系统日志:
|
||||
|
||||
`logcat`
|
||||
|
||||
- 将系统日志写入文件:
|
||||
|
||||
`logcat -f {{文件路径}}`
|
||||
|
||||
- 显示与正则表达式匹配的行:
|
||||
|
||||
`logcat --regex {{正则表达式}}`
|
Loading…
Add table
Reference in a new issue