From 25dc3a7dbac2f90f5144035e9c8ed99c09cc3132 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 10 Dec 2010 12:33:05 -0800 Subject: Correctly compare strings in UTF-8 instead of UTF-16 Bug #3272858 Change-Id: Idacd5d7c2c052b4834a8ddb5906ab32b3f548f73 --- libs/hwui/Properties.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/hwui/Properties.h') diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index ac91769bf5dd..c4749363711e 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -39,7 +39,8 @@ enum DebugLevel { kDebugDisabled = 0, kDebugMemory = 1, - kDebugCaches = 2 + kDebugCaches = 2, + kDebugMoreCaches = 3 }; // These properties are defined in mega-bytes -- cgit v1.2.3-59-g8ed1b