mirror of https://github.com/CrimsonTome/tldr.git
401 B
401 B
logcat
Exporte une log depuis les messages système. Plus d'informations : https://developer.android.com/studio/command-line/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}}