Issue
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
Answered By - Larry Schiefer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.