1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-19 18:35:43 +02:00
tldr/pages/android/bugreportz.md
Vitor Henrique 61405c6e0e
pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30

21 lines
447 B
Markdown

# bugreportz
> Generate a zipped Android bug report.
> This command can only be used through `adb shell`.
> More information: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreportz>.
- Generate a complete zipped bug report of an Android device:
`bugreportz`
- Show the progress of a running `bugreportz` operation:
`bugreportz -p`
- Display version:
`bugreportz -v`
- Display help:
`bugreportz -h`