0

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?

Lukas Nothhelfer
  • 820
  • 1
  • 7
  • 23

1 Answers1

1

adb shell ps | grep surfaceflinger

Larry Schiefer
  • 15,687
  • 2
  • 27
  • 33