mirror of https://github.com/CrimsonTome/tldr.git
22 lines
564 B
Markdown
22 lines
564 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/+/master: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`
|