pages*/*: update some outdated pages, blackfire: fix placeholder (#14154)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:27:02 +02:00
committed by GitHub
parent f21fa6a211
commit 03fd077956
62 changed files with 188 additions and 188 deletions

View File

@@ -25,11 +25,11 @@
- Tampilkan pesan-pesan log dari proses tertentu (menurut kode PID proses tersebut):
`adb logcat --pid={{pid}}`
`adb logcat --pid {{pid}}`
- Tampilkan pesan-pesan log dari aplikasi tertentu (menurut package identifier seperti `com.example.myapp`):
`adb logcat --pid=$(adb shell pidof -s {{nama_pengenal_aplikasi}})`
`adb logcat --pid $(adb shell pidof -s {{nama_pengenal_aplikasi}})`
- Tampilkan log sistem secara warna-warni (biasanya digunakan untuk menyaring pesan-pesan log):