1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/android/bugreportz.md

22 lines
517 B
Markdown
Raw Normal View History

# bugreportz
> Génère une archive d'un rapport de bug Android.
> Cette commande peut être utilisé uniquement depuis `adb shell`.
> Plus d'informations : <https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreportz/>.
- Génère une archive à partir d'un rapport de bug d'un appareil Android :
`bugreportz`
- Affiche la progression courante d'une opération `bugreportz` :
`bugreportz -p`
- Affiche la version de `bugreportz` :
`bugreportz -v`
- Affiche l'aide :
`bugreportz -h`