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

25 lines
516 B
Markdown
Raw Permalink 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`