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 @@
- 显示特定 PID 的日志:
`adb logcat --pid={{pid}}`
`adb logcat --pid {{pid}}`
- 显示某个特定软件包的进程日志:
`adb logcat --pid=$(adb shell pidof -s {{软件包}})`
`adb logcat --pid $(adb shell pidof -s {{软件包}})`
- 给日志着色(通常与过滤器一起使用):