android/*: add traditional Chinese translations (#6418)

This commit is contained in:
lincc
2021-09-09 03:07:41 +08:00
committed by GitHub
parent d30ee43e7d
commit cd0da6c113
12 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# logcat
> 轉存系統訊息日誌。
> 更多資訊:<https://developer.android.com/studio/command-line/logcat>.
- 顯示系統日誌:
`logcat`
- 將系統日誌寫入檔案:
`logcat -f {{文件路径}}`
- 顯示與正規表示式匹配的列:
`logcat --regex {{正規表示式}}`