mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 20:35:26 +02:00
bugreportz: add Spanish translation (#9617)
This commit is contained in:
parent
c60307f1c1
commit
4e6e59a912
1 changed files with 21 additions and 0 deletions
21
pages.es/android/bugreportz.md
Normal file
21
pages.es/android/bugreportz.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# bugreportz
|
||||
|
||||
> Genera un informe comprimido de errores de Android.
|
||||
> Este comando solo se puede usar a través de `adb shell`.
|
||||
> Más información: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreportz>.
|
||||
|
||||
- Genera un informe completo de errores comprimido de un dispositivo Android:
|
||||
|
||||
`bugreportz`
|
||||
|
||||
- Muestra el progreso de una operación `bugreportz` en ejecución:
|
||||
|
||||
`bugreportz -p`
|
||||
|
||||
- Muestra la versión de `bugreportz`:
|
||||
|
||||
`bugreportz -v`
|
||||
|
||||
- Muestra ayuda:
|
||||
|
||||
`bugreportz -h`
|
Loading…
Add table
Reference in a new issue