diff options
| author | 2015-05-05 21:30:08 +0000 | |
|---|---|---|
| committer | 2015-05-05 21:30:08 +0000 | |
| commit | 356b1777092e7da3ac5eae0bc94bd21e1cf9319a (patch) | |
| tree | 2036beb26312765c0dbba76f8409a8cc95bf39a3 /libs/hwui/TextDropShadowCache.cpp | |
| parent | d6abbd29b7f453397036cf602655534bbd6c0430 (diff) | |
| parent | 2507c34d91bb0d722b6012e85cb47387b2aa6873 (diff) | |
Merge "Cleanup properties" into mnc-dev
Diffstat (limited to 'libs/hwui/TextDropShadowCache.cpp')
| -rw-r--r-- | libs/hwui/TextDropShadowCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TextDropShadowCache.cpp b/libs/hwui/TextDropShadowCache.cpp index c2e88f3e094c..8b1d4cb2196c 100644 --- a/libs/hwui/TextDropShadowCache.cpp +++ b/libs/hwui/TextDropShadowCache.cpp @@ -123,7 +123,7 @@ TextDropShadowCache::~TextDropShadowCache() { void TextDropShadowCache::init() { mCache.setOnEntryRemovedListener(this); - mDebugEnabled = readDebugLevel() & kDebugMoreCaches; + mDebugEnabled = Properties::debugLevel & kDebugMoreCaches; } /////////////////////////////////////////////////////////////////////////////// |