android/*: add Indonesian translation (#6399)
This commit is contained in:

committed by
GitHub

parent
b0cb85ae98
commit
2ff6d3a89f
16
pages.id/android/logcat.md
Normal file
16
pages.id/android/logcat.md
Normal 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}}`
|
Reference in New Issue
Block a user