BLAST: Descriptive adapter layer names

Otherwise the bug reports are starting to look pretty
weird.

Bug: 152663327
Bug: 152780239
Test: Existing tests pass
Change-Id: I890ae7dba9cbb104e55b2bd46ee0356914cf95fa
This commit is contained in:
Robert Carr
2020-04-01 12:42:44 -07:00
parent 0e22967d6c
commit c2301b7d14

View File

@@ -126,7 +126,7 @@ class WindowSurfaceController {
if (useBLAST) {
mBLASTSurfaceControl = win.makeSurface()
.setParent(mSurfaceControl)
.setName("BLAST Adapter Layer")
.setName(name + "(BLAST)")
.setHidden(false)
.setBLASTLayer()
.build();