Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想调查 Android 上所述服务的进程 ID。我有一个 Android 9 并通过 adb 访问。谁能帮我?我可以使用命令找出 PID吗top?pidof还是有其他方法可以获取 SurfaceFlinger 的 PID?
top
pidof
adb shell ps | grep surfaceflinger