android/*: update Indonesian translations (#10127)
1. screencap: update command description 2. logcat: translate new English command examples
This commit is contained in:

committed by
GitHub

parent
61981e0973
commit
4806c1ca39
@@ -14,3 +14,11 @@
|
|||||||
- Saring informasi log berdasarkan sintaks ekspresi reguler (regex) tertentu:
|
- Saring informasi log berdasarkan sintaks ekspresi reguler (regex) tertentu:
|
||||||
|
|
||||||
`logcat --regex {{regular_expression}}`
|
`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}})`
|
||||||
|
9
pages.id/android/screencap.md
Normal file
9
pages.id/android/screencap.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# screencap
|
||||||
|
|
||||||
|
> Lakukan tangkapan (screenshot) layar perangkat Anda.
|
||||||
|
> Perintah ini hanya dapat dijalankan melalui `adb shell`.
|
||||||
|
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb#screencap>.
|
||||||
|
|
||||||
|
- Lakukan tangkapan layar (screenshot):
|
||||||
|
|
||||||
|
`screencap {{path/to/file}}`
|
Reference in New Issue
Block a user