aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2024-01-18 21:42:12 -0800
committerJason Macnak <natsu@google.com>2024-01-19 10:09:34 -0800
commit998bbe04244331287fa5c3e22c174d75185bc622 (patch)
tree0ad4eb92941a77d32f72109aaa24e4fcf5ea50f1
parentc5cb92185df6394384e1568081889c03501e83f0 (diff)
downloadgoldfish-opengl-998bbe04244331287fa5c3e22c174d75185bc622.tar.gz
Disable HWC3 debug logging
A previous change left the debug logs on by default, disable this to avoid generating noisy logs from HWC3. Bug: 321157619 Test: Verified logs reduced on boot. Change-Id: I9eaf4af17514b30b9629d1abf951f80dffbbd921
-rw-r--r--system/hwc3/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hwc3/Common.h b/system/hwc3/Common.h
index 45575eb2..bca365b8 100644
--- a/system/hwc3/Common.h
+++ b/system/hwc3/Common.h
@@ -32,7 +32,7 @@
#include <utils/Trace.h>
// Uncomment to enable additional debug logging.
-#define DEBUG_RANCHU_HWC
+//#define DEBUG_RANCHU_HWC
#if defined(DEBUG_RANCHU_HWC)
#define DEBUG_LOG ALOGE