How to make sense of dumpsys SurfaceFlinger

后端 未结 2 757
-上瘾入骨i
-上瘾入骨i 2020-12-30 14:08

Is there any documentation on the output of the adb command \"dumpsys SurfaceFlinger\"?

In particular, I\'d like to understand what is the difference between an HWC

2条回答
  •  难免孤独
    2020-12-30 15:04

    I can add something to he above comment. As in the dumpsys output we can see type is GLES for imagewallpaper, luncher, status bar, navigation bar which means these layer buffers handled by surface flinger and composite and rendered into FB target.

    Thanks!

提交回复
热议问题