1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages.fr/android/logcat.md
Vitor Henrique 006abfda34
pages*: sync https://developer.android.com more info links (#12288)
* pages*: sync https://developer.android.com more info links

* dalvikvm: fix wrong link
2024-02-22 17:53:50 +05:30

387 B

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