android/*: update Indonesian translations (#10127)

1. screencap: update command description
2. logcat: translate new English command examples
This commit is contained in:
Reinhart Previano Koentjoro
2023-06-24 20:01:07 +07:00
committed by GitHub
parent 61981e0973
commit 4806c1ca39
2 changed files with 17 additions and 0 deletions

View File

@@ -14,3 +14,11 @@
- Saring informasi log berdasarkan sintaks ekspresi reguler (regex) tertentu:
`logcat --regex {{regular_expression}}`
- Tampilkan log untuk nomor induk (PID) program yang sedang dijalankan:
`logcat --pid={{pid}}`
- Tampilkan log untuk (kemasan) aplikasi yang sedang dijalankan:
`logcat --pid=$(pidof -s {{nama_kemasan_aplikasi}})`