android/*: add German translation (#5808)

This commit is contained in:
marchersimon
2021-04-24 21:56:58 +02:00
committed by GitHub
parent 521c8cd748
commit 906ccc19e4
10 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# logcat
> Gib ein Protokoll aller Systemmeldungen aus:
> Weitere Informationen: <https://developer.android.com/studio/command-line/logcat>.
- Gib ein Protokoll aller Systemmeldungen aus:
`logcat`
- Schreibe alle Systemmeldungen in eine Datei:
`logcat -f {{pfad/zu/datei}}`
- Gib Zeilen aus, die einem regulären Ausdruck entsprechen:
`logcat --regex {{regex}}`