Fix reading SurfaceFlinger dump in winscope
Test: open sf dump in bug Fixes: 153760658 Change-Id: Ie2f83afaa5dc33b0c78bb6c2407588c8dd73e89d
This commit is contained in:
@@ -147,7 +147,7 @@ const FILE_TYPES = {
|
||||
decoder: protoDecoder,
|
||||
decoderParams: {
|
||||
protoType: LayersMessage,
|
||||
transform: transform_layers,
|
||||
transform: (decoded) => transform_layers(true /*includesCompositionState*/, decoded),
|
||||
timeline: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user