1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}})`

View 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}}`