mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
logcat: update pt_BR translation (#10736)
This commit is contained in:
parent
a7da551d0a
commit
a140f87dac
1 changed files with 8 additions and 0 deletions
|
@ -14,3 +14,11 @@
|
|||
- Exibe apenas linhas em que a mensagem de registro corresponda a uma expressão regular:
|
||||
|
||||
`logcat --regex {{expressao_regular}}`
|
||||
|
||||
- Exibe logs para um PID específico:
|
||||
|
||||
`logcat --pid={{pid}}`
|
||||
|
||||
- Exibe logs de processo de um pacote específico:
|
||||
|
||||
`logcat --pid=$(pidof -s {{pacote}})`
|
||||
|
|
Loading…
Add table
Reference in a new issue