From 5bb5626599c936fdbea9f0fea30505924d784c73 Mon Sep 17 00:00:00 2001 From: sergeyv Date: Mon, 10 Oct 2016 12:25:06 -0700 Subject: [PATCH] Turn off additional logging in text rendering Change-Id: If5f11489c05e320e4436fb57680857b29228a755 b:30427106 --- libs/hwui/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk index 74b474eef371a..cacfce16ab9ab 100644 --- a/libs/hwui/Android.mk +++ b/libs/hwui/Android.mk @@ -3,7 +3,7 @@ include $(CLEAR_VARS) LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk HWUI_NEW_OPS := true -BUGREPORT_FONT_CACHE_USAGE := true +BUGREPORT_FONT_CACHE_USAGE := false # Enables fine-grained GLES error checking # If set to true, every GLES call is wrapped & error checked