mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
bugreportz: add Chinese translation (#6176)
This commit is contained in:
parent
cc755655a3
commit
1555cfec36
1 changed files with 21 additions and 0 deletions
21
pages.zh/android/bugreportz.md
Normal file
21
pages.zh/android/bugreportz.md
Normal 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`
|
Loading…
Add table
Reference in a new issue