android/*: add French translation (#6716)

This commit is contained in:
Nicolas Hansse
2021-10-04 20:36:35 +02:00
committed by GitHub
parent e969983b88
commit 1a1fc29b50
12 changed files with 234 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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}}`