Fix reading SurfaceFlinger dump in winscope

Test: open sf dump in bug
Fixes: 153760658
Change-Id: Ie2f83afaa5dc33b0c78bb6c2407588c8dd73e89d
This commit is contained in:
Vishnu Nair
2020-04-10 16:33:33 -07:00
parent f34c6275f1
commit 691c104193

View File

@@ -147,7 +147,7 @@ const FILE_TYPES = {
decoder: protoDecoder,
decoderParams: {
protoType: LayersMessage,
transform: transform_layers,
transform: (decoded) => transform_layers(true /*includesCompositionState*/, decoded),
timeline: false,
},
},