SurfaceFlinger: define LOG_NDEBUG for debug.

Bug: 349735052

Add LOG_NDEBUG define in LayerLifecycleManager for debug.
Test: make & boot

Change-Id: I160fcaa6527aa120b2ba300d6a3d3eb6be649a8c
Signed-off-by: fengqian <fengqian@xiaomi.corp-partner.google.com>
diff --git a/services/surfaceflinger/FrontEnd/LayerLifecycleManager.cpp b/services/surfaceflinger/FrontEnd/LayerLifecycleManager.cpp
index 0983e7c..e864ff6 100644
--- a/services/surfaceflinger/FrontEnd/LayerLifecycleManager.cpp
+++ b/services/surfaceflinger/FrontEnd/LayerLifecycleManager.cpp
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+// #define LOG_NDEBUG 0
 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
 
 #undef LOG_TAG