summaryrefslogtreecommitdiff
path: root/host-common
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2021-11-18 10:48:22 -0800
committerJason Macnak <natsu@google.com>2021-11-18 10:48:22 -0800
commitd9c88cb8c34bd49baf0245d4482cfd61a11c88f3 (patch)
tree291e29e6b07573329f04a90090a9fc856b78bd44 /host-common
parent4111e26b36139505fd1d98cf6c84e9cc9fe65316 (diff)
downloadvulkan-cereal-d9c88cb8c34bd49baf0245d4482cfd61a11c88f3.tar.gz
Disable dispatch log debugging by default
Bug: b/189133053 Test: m Change-Id: Ieee3d548bd3526766a9c0f1648eccfa3af6ce69b
Diffstat (limited to 'host-common')
-rw-r--r--host-common/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host-common/logging.h b/host-common/logging.h
index 4c9c17d8..7bf6e5ea 100644
--- a/host-common/logging.h
+++ b/host-common/logging.h
@@ -26,7 +26,7 @@
#define DECODER_DEBUG_LOG(...) ((void)0)
#endif
-#define ENABLE_DISPATCH_LOG 1
+//#define ENABLE_DISPATCH_LOG 1
#if defined(ENABLE_DISPATCH_LOG)
#define DISPATCH_DEBUG_LOG(...) GFXSTREAM_LOG(stderr, "I", __VA_ARGS__)
#else