1
0
Fork 0
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:
BillLucky 2021-06-30 04:24:36 +08:00 committed by GitHub
parent cc755655a3
commit 1555cfec36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`