diff options
author | Romain Guy <romainguy@google.com> | 2011-03-23 19:56:13 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-03-23 19:56:13 -0700 |
commit | aaceeb0c5be11121a81e44b9633c06fc5c0fcd4d (patch) | |
tree | 075e5d603af80699089b5fc1aa245a751ddb943d /libs/hwui/Debug.h | |
parent | 5b7a3150a6dbf193b371854b66fa654937633d3a (diff) |
Use the correct API to query system properties.
Change-Id: Ie120dee0e24959d4db3fdb0100b6d8fe7fe46cdb
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r-- | libs/hwui/Debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index 14471bc7b717..f74238e9e426 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h @@ -26,7 +26,7 @@ // Turn on to enable memory usage summary on each frame #define DEBUG_MEMORY_USAGE 0 -// Turn on to enable layers debugging when renderered as regions +// Turn on to enable layers debugging when rendered as regions #define DEBUG_LAYERS_AS_REGIONS 0 // Turn on to display debug info about vertex/fragment shaders @@ -35,7 +35,7 @@ // Turn on to display info about layers #define DEBUG_LAYERS 0 -// Turn on to display debug infor about 9patch objects +// Turn on to display debug info about 9patch objects #define DEBUG_PATCHES 0 // Turn on to display vertex and tex coords data about 9patch objects // This flag requires DEBUG_PATCHES to be turned on |