diff options
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 |