OSDN Git Service

Turn off additional logging in text rendering
authorsergeyv <sergeyv@google.com>
Mon, 10 Oct 2016 19:25:06 +0000 (12:25 -0700)
committersergeyv <sergeyv@google.com>
Mon, 10 Oct 2016 19:25:06 +0000 (12:25 -0700)
Change-Id: If5f11489c05e320e4436fb57680857b29228a755
b:30427106

libs/hwui/Android.mk

index 74b474e..cacfce1 100644 (file)
@@ -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