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

22 lines
692 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`
- Показать справку:
`bugreportz -h`
- Показать версию `bugreportz`:
`bugreportz -v`