mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
21 lines
562 B
Markdown
21 lines
562 B
Markdown
# bugreportz
|
|
|
|
> Ziplenmiş bir Android bug raporu oluştur.
|
|
> Bu komut yalnızca `adb shell` ile kullanılabilir.
|
|
> Daha fazla bilgi için: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreportz>.
|
|
|
|
- Bir Android cihazı için ziplenmiş şekilde eksizsiz bir bug raporu oluşturGenerate a complete zipped bug report of an Android device:
|
|
|
|
`bugreportz`
|
|
|
|
- Çalışan `bugreportz` işleminin durumunu göster:
|
|
|
|
`bugreportz -p`
|
|
|
|
- `bugreportz` sürümünü göster:
|
|
|
|
`bugreportz -v`
|
|
|
|
- Yardım görüntüle:
|
|
|
|
`bugreportz -h`
|