mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
387 B
Markdown
16 lines
387 B
Markdown
# logcat
|
|
|
|
> Exporte une log depuis les messages système.
|
|
> Plus d'informations : <https://developer.android.com/tools/logcat>.
|
|
|
|
- Affiche la journalisation système :
|
|
|
|
`logcat`
|
|
|
|
- Écris la journalisation système dans un fichier :
|
|
|
|
`logcat -f {{chemin/vers/fichier}}`
|
|
|
|
- Affiche les lignes qui correspondent à une expression régulière :
|
|
|
|
`logcat --regex {{expression_régulière}}`
|