android/*: add Indonesian translation (#6399)

This commit is contained in:
Reinhart Previano Koentjoro
2021-08-26 13:39:26 +07:00
committed by GitHub
parent b0cb85ae98
commit 2ff6d3a89f
12 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# logcat
> Menampilkan dan menyimpan log sistem.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/logcat>.
- Menampilkan log sistem:
`logcat`
- Menyimpan log sistem di dalam sebuah file:
`logcat -f {{path/to/file}}`
- Menyaring informasi log berdasarkan sintaks ekspresi reguler (regex) tertentu:
`logcat --regex {{regular_expression}}`