commit | cd3f6d8d422ef5d581807308117558787f2e1baa | [log] [tgz] |
---|---|---|
author | fengqian <fengqian@xiaomi.corp-partner.google.com> | Thu Jun 27 16:14:09 2024 +0800 |
committer | Qian Feng <fengqian@xiaomi.corp-partner.google.com> | Thu Jun 27 08:19:31 2024 +0000 |
tree | 5dbc03f09dbcc70a1eb8c0159425512f81798a6b | |
parent | 429b663ca98e8c07a3f44edcc6d934929638a70a [diff] [blame] |
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