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?
adb shell ps | grep surfaceflinger