summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2016-02-19 10:39:17 -0800
committer John Reck <jreck@google.com> 2016-02-19 10:39:17 -0800
commit6cc3a25db5b5479f3896afa18615d2476fc3a569 (patch)
treed34ac7e4e9eb9b6d06b5a330a0fa35207ede8e6e
parent53503069895918a59a305addaac84ea11937edcf (diff)
Temporarily enable fine-grained error checking
Bug: 27186019 Quick testing shows negligable performance impact, so turn this on temporarily to track down some GL errors Change-Id: I5700075d5640af0951d832acfde3179ec7511912
-rw-r--r--libs/hwui/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk
index 625712292234..8660b75e702e 100644
--- a/libs/hwui/Android.mk
+++ b/libs/hwui/Android.mk
@@ -7,7 +7,7 @@ HWUI_NEW_OPS := true
# Enables fine-grained GLES error checking
# If set to true, every GLES call is wrapped & error checked
# Has moderate overhead
-HWUI_ENABLE_OPENGL_VALIDATION := false
+HWUI_ENABLE_OPENGL_VALIDATION := true
hwui_src_files := \
font/CacheTexture.cpp \