tldr/pages.ru/android/bugreportz.md
dmorozov001 0b05f566db
android/*: add Russian translation (#9421)
* creating android

* Delete android

* Create am.md

* Update am.md

* Create bugreport.md

* Create bugreportz.md

* Create cmd.md

* Create dalvikvm.md

* Update am.md

* Create dumpsys.md

* Create getprop.md

* Create input.md

* Create logcat.md

* Create pkg.md

* Create pm.md

* Create screencap.md

* Create settings.md

* Create wm.md

* Update bugreportz.md

* Update getprop.md

* Update pages.ru/android/logcat.md

* Apply suggestions from code review

* Update am.md

* Update pages.ru/android/am.md

* Update bugreportz.md

* Update cmd.md

* Update dalvikvm.md

* Update dumpsys.md

* Update getprop.md

* Update input.md

* Update logcat.md

* Update pkg.md

* Update pm.md

* Update screencap.md

* Update settings.md

* Update wm.md

* Update pages.ru/android/bugreport.md

* Apply suggestions from code review
2022-12-04 05:21:23 +10:00

22 lines
694 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/+/master:frameworks/native/cmds/bugreportz>.
- Создать полный заархивированный отчет об ошибках на устройстве Android:
`bugreportz`
- Показать ход выполнения операции `bugreportz`:
`bugreportz -p`
- Показать версию `bugreportz`:
`bugreportz -v`
- Показать справку:
`bugreportz -h`