commit | d018360181d2efe669e1fc25426ac91f3389847b | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Thu Mar 16 18:52:15 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 16 18:52:15 2023 +0000 |
tree | c99d577fc3bc0eeeb478df27b6424b9374f74649 | |
parent | d19848fcab877e614ee3a4124fa3df9da45ea55a [diff] |
[LayerTraceGenerator] fix mirrors and rel-z data relanding: actual regression was fixed here: Id58a41b46b4d03dc6d69259220c04e2f341be4fd and was not caused by this cl Now that we are using the new front end to generate layers trace, we need to make a few fixes so we can generate data that's parsable by winscope. This means use a unique id instead of the layer id to identify layers. Test: presubmit Fixes: 255901752 Change-Id: Ife768ada07940f298a0a7b1ff81d95901559c57c
diff --git a/services/surfaceflinger/layerproto/layers.proto b/services/surfaceflinger/layerproto/layers.proto index 3598308..e9add2e 100644 --- a/services/surfaceflinger/layerproto/layers.proto +++ b/services/surfaceflinger/layerproto/layers.proto
@@ -138,6 +138,8 @@ float requested_corner_radius = 56; RectProto destination_frame = 57; + + uint32 original_id = 58; } message PositionProto {