aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2012-01-06 12:09:24 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-01-06 12:09:24 -0800
commit17d48cc1809075732813cd90eee10bc1efa4b52e (patch)
treedf5881923a45c72dee70c3b43d459ec4ae583401 /android
parentd59f812d78fba533c93d3b092965872768d6d295 (diff)
parent6b32ee5f4307f68b668b5b46893ceb49ec16fa6e (diff)
downloadexternal_qemu-17d48cc1809075732813cd90eee10bc1efa4b52e.zip
external_qemu-17d48cc1809075732813cd90eee10bc1efa4b52e.tar.gz
external_qemu-17d48cc1809075732813cd90eee10bc1efa4b52e.tar.bz2
Merge "EmuGL: disable debug spam"
Diffstat (limited to 'android')
-rw-r--r--android/hw-pipe-net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hw-pipe-net.c b/android/hw-pipe-net.c
index c2a7e9e..5a25401 100644
--- a/android/hw-pipe-net.c
+++ b/android/hw-pipe-net.c
@@ -30,7 +30,7 @@
/* Implement the OpenGL fast-pipe */
/* Set to 1 or 2 for debug traces */
-#define DEBUG 1
+// #define DEBUG 1
#if DEBUG >= 1
# define D(...) printf(__VA_ARGS__), printf("\n")