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:
parent
61981e0973
commit
4806c1ca39
2 changed files with 17 additions and 0 deletions
|
@ -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}})`
|
||||
|
|
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}}`
|
Loading…
Add table
Reference in a new issue