android/*: add German translation (#5808)
This commit is contained in:
16
pages.de/android/logcat.md
Normal file
16
pages.de/android/logcat.md
Normal 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}}`
|
Reference in New Issue
Block a user