2021-06-11 16:31:27 +02:00
|
|
|
# bugreportz
|
|
|
|
|
|
|
|
> Generate a zipped Android bug report.
|
|
|
|
> This command can only be used through `adb shell`.
|
2023-10-21 15:24:32 +02:00
|
|
|
> More information: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreportz>.
|
2021-06-11 16:31:27 +02:00
|
|
|
|
|
|
|
- Generate a complete zipped bug report of an Android device:
|
|
|
|
|
|
|
|
`bugreportz`
|
|
|
|
|
|
|
|
- Show the progress of a running `bugreportz` operation:
|
|
|
|
|
|
|
|
`bugreportz -p`
|
|
|
|
|
2024-10-16 21:22:51 +02:00
|
|
|
- Write the content of an Android bug report to `stdout`:
|
|
|
|
|
|
|
|
`bugreportz -s`
|
|
|
|
|
2021-06-11 16:31:27 +02:00
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`bugreportz -h`
|
2024-01-30 01:55:24 -03:00
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`bugreportz -v`
|