logcat: update German translation (#13641)

This commit is contained in:
Juri Dispan
2024-09-12 08:12:12 +02:00
committed by GitHub
parent 3384312f12
commit 9c02648383

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}})`