0

according to the documentation, there should be a SurfaceFlinger process in the graph so I can use it to find the cause of missing frames. I used to see it, but now a bunch of package names become ..., see below.

enter image description hereenter image description here

So how could I address my performance issues using this file?

suitianshi
  • 3,300
  • 1
  • 17
  • 34

1 Answers1

0

Enable "CPU Scheduler". Without "sched" it may not get the process / thread names. (Note this may require root on the device.)

Some of the rows (e.g. VSYNC) are coming from SurfaceFlinger, so the data is there, just not labeled.

fadden
  • 51,356
  • 5
  • 116
  • 166