commit | 84125ac04b253a98e4e74940aff14097878eee64 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Thu Dec 02 08:47:48 2021 -0800 |
committer | Vishnu Nair <vishnun@google.com> | Wed Dec 08 17:24:59 2021 -0800 |
tree | 3d843fcda600e1208e3bfe420ff2cbec512243bc | |
parent | 473838d64109a27dcb7cee5dd1dba54ddaffb424 [diff] |
SF: Add mirror layers to transaction trace Test: atest TransactionTracingTest Bug: 200284593 Change-Id: I40fbf806f68c6b0bad29fb4568ac5ae1a547cc3b
diff --git a/services/surfaceflinger/layerproto/transactions.proto b/services/surfaceflinger/layerproto/transactions.proto index 10222cc..e31b502 100644 --- a/services/surfaceflinger/layerproto/transactions.proto +++ b/services/surfaceflinger/layerproto/transactions.proto
@@ -53,6 +53,7 @@ string name = 2; uint32 flags = 3; int32 parent_id = 4; + int32 mirror_from_id = 5; } message TransactionState {