diff options
| author | 2010-12-10 12:33:34 -0800 | |
|---|---|---|
| committer | 2010-12-10 12:33:34 -0800 | |
| commit | a06cdd53d6b8f4150e1036a755887d08b1ef192e (patch) | |
| tree | d8999b8c31724ec5bdae8f903a288768bf70e72f /libs/hwui/Properties.h | |
| parent | 3578e15333c1604db837e831a8179282b8aa16ac (diff) | |
| parent | 25dc3a7dbac2f90f5144035e9c8ed99c09cc3132 (diff) | |
Merge "Correctly compare strings in UTF-8 instead of UTF-16 Bug #3272858"
Diffstat (limited to 'libs/hwui/Properties.h')
| -rw-r--r-- | libs/hwui/Properties.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |