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