androidadbsurfaceflinger

How can I find the pid of Android's SurfaceFlinger service?


I would like to investigate the process ID of said service on Android. I have an Android 9 and access via adb. Can anyone help me? Can I find out the PID using the command top or pidof? Or is there another way to get the PID of the SurfaceFlinger?


Solution

  • adb shell ps | grep surfaceflinger