mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
logcat: update German translation (#13641)
This commit is contained in:
parent
3384312f12
commit
9c02648383
1 changed files with 11 additions and 3 deletions
|
@ -1,16 +1,24 @@
|
||||||
# logcat
|
# logcat
|
||||||
|
|
||||||
> Gib ein Protokoll aller Systemmeldungen aus.
|
> Gib ein Protokoll aller System-Logs aus.
|
||||||
> Weitere Informationen: <https://developer.android.com/tools/logcat>.
|
> Weitere Informationen: <https://developer.android.com/tools/logcat>.
|
||||||
|
|
||||||
- Gib ein Protokoll aller Systemmeldungen aus:
|
- Gib ein Protokoll aller System-Logs aus:
|
||||||
|
|
||||||
`logcat`
|
`logcat`
|
||||||
|
|
||||||
- Schreibe alle Systemmeldungen in eine Datei:
|
- Schreibe alle System-Logs in eine Datei:
|
||||||
|
|
||||||
`logcat -f {{pfad/zu/datei}}`
|
`logcat -f {{pfad/zu/datei}}`
|
||||||
|
|
||||||
- Gib Zeilen aus, die einem regulären Ausdruck entsprechen:
|
- Gib Zeilen aus, die einem regulären Ausdruck entsprechen:
|
||||||
|
|
||||||
`logcat --regex {{regex}}`
|
`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}})`
|
||||||
|
|
Loading…
Add table
Reference in a new issue