logcat: update German translation (#13641)

pull/28/head
Juri Dispan 2024-09-12 08:12:12 +02:00 committed by GitHub
parent 3384312f12
commit 9c02648383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 3 deletions

View File

@ -1,16 +1,24 @@
# logcat
> Gib ein Protokoll aller Systemmeldungen aus.
> Gib ein Protokoll aller System-Logs aus.
> Weitere Informationen: <https://developer.android.com/tools/logcat>.
- Gib ein Protokoll aller Systemmeldungen aus:
- Gib ein Protokoll aller System-Logs aus:
`logcat`
- Schreibe alle Systemmeldungen in eine Datei:
- Schreibe alle System-Logs in eine Datei:
`logcat -f {{pfad/zu/datei}}`
- Gib Zeilen aus, die einem regulären Ausdruck entsprechen:
`logcat --regex {{regex}}`
- Gib System-Logs für die spezifizierte PID aus:
`logcat --pid {{pid}}`
- Gib System-Logs für den Prozess eines bestimmten Packets aus:
`logcat --pid $(pidof -s {{packet}})`