logcat, pm, settings, wm: add pt_BR translation (#7064)

This commit is contained in:
Rafael Julio
2021-10-20 14:14:36 -03:00
committed by GitHub
parent c49bae7d83
commit fb1e0c8558
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# logcat
> Despeja um registro de mensagens do sistema.
> Mais informações: <https://developer.android.com/studio/command-line/logcat>.
- Exibe a saída do registro:
`logcat`
- Salva a saída da mensagem de registro em um arquivo:
`logcat -f {{caminho/para/arquivo}}`
- Exibe apenas linhas em que a mensagem de registro corresponda a uma expressão regular:
`logcat --regex {{expressao_regular}}`