summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-11-30 12:10:53 -0800
committerMathias Agopian <mathias@google.com>2009-11-30 12:10:53 -0800
commit18ffb5493b92e2ae22d8cb01f0b9db1a8617c3f2 (patch)
tree8cf6059218dc3d837cec7ec316a1dfdbff6fc8e4 /opengl
parent5469a4ac1c5073bde2c7caf8540a459c8fb759cd (diff)
downloadframeworks_base-18ffb5493b92e2ae22d8cb01f0b9db1a8617c3f2.zip
frameworks_base-18ffb5493b92e2ae22d8cb01f0b9db1a8617c3f2.tar.gz
frameworks_base-18ffb5493b92e2ae22d8cb01f0b9db1a8617c3f2.tar.bz2
fix [2069023] STOPSHIP: disable DEBUG_COPYBIT
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libagl/copybit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/copybit.cpp b/opengl/libagl/copybit.cpp
index a68750e..4cacc11 100644
--- a/opengl/libagl/copybit.cpp
+++ b/opengl/libagl/copybit.cpp
@@ -38,7 +38,7 @@
#include <ui/Rect.h>
-#define DEBUG_COPYBIT true
+#define DEBUG_COPYBIT false
// ----------------------------------------------------------------------------