SF: Add LayerName to CompositionInfo

Add layerName to CompositionInfo for tracking/debug purposes

Test: Compile
Merged-Id: I445a32f2a095dae435581888171a46082880c1e4
Change-Id: I445a32f2a095dae435581888171a46082880c1e4
diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp
index e503955..ba2d0a0 100644
--- a/services/surfaceflinger/Layer.cpp
+++ b/services/surfaceflinger/Layer.cpp
@@ -92,7 +92,7 @@
         mLastFrameNumberReceived(0),
         mAutoRefresh(false),
         mFreezeGeometryUpdates(false),
-        mBE{this} {
+        mBE{this, name.string()} {
 
     mCurrentCrop.makeInvalid();