Files
tldr/pages.zh/android/bugreportz.md

26 lines
515 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# bugreportz
> 生成一个压缩的 Android 错误报告。
> 此命令只能通过 `adb shell` 使用。
> 更多信息:<https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreportz>.
- 生成一个完整的 Android 设备压缩错误报告:
`bugreportz`
- 显示正在运行的 `bugreportz` 操作的进度:
`bugreportz -p`
- 将 Android 错误报告的内容写入 `stdout`
`bugreportz -s`
- 显示帮助:
`bugreportz -h`
- 显示版本:
`bugreportz -v`