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,21 @@
# bugreportz
> 生成一個壓縮的 Android 錯誤報告。
> 此命令只能透過 `adb shell` 使用。
> 更多資訊:<https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreportz/>.
- 生成一個完整的 Android 裝置壓縮錯誤報告:
`bugreportz`
- 顯示正在執行的 `bugreportz` 的作業進度:
`bugreportz -p`
- 顯示 `bugreportz` 的版本:
`bugreportz -v`
- 顯示幫助資訊:
`bugreportz -h`