commit | a361de6e3b7bac5a47f6098d49c5a1acb5baf476 | [log] [tgz] |
---|---|---|
author | Patrick Williams <pdwilliams@google.com> | Thu Oct 06 20:34:10 2022 +0000 |
committer | Patrick Williams <pdwilliams@google.com> | Fri Oct 07 23:00:08 2022 +0000 |
tree | 08a81a299df00b54e737f668d992b257621a048c | |
parent | 1d2b5a4f82eb00d3f980fe5eb6ac14c48f059a60 [diff] [blame] |
Add layer name to layer_state_t and SurfaceControl This information will be used in subsequent CLs to trace layer cache events. Bug: 244218818 Test: presubmits Change-Id: I98bcd97310e3a2f061994481911073e8a1545cab
diff --git a/services/surfaceflinger/tests/InvalidHandles_test.cpp b/services/surfaceflinger/tests/InvalidHandles_test.cpp index 741b6f7..666ce76 100644 --- a/services/surfaceflinger/tests/InvalidHandles_test.cpp +++ b/services/surfaceflinger/tests/InvalidHandles_test.cpp
@@ -48,7 +48,7 @@ } sp<SurfaceControl> makeNotSurfaceControl() { - return sp<SurfaceControl>::make(mScc, sp<NotALayer>::make(), 1); + return sp<SurfaceControl>::make(mScc, sp<NotALayer>::make(), 1, "#1"); } };