diff options
author | Romain Guy <romainguy@google.com> | 2011-05-27 10:21:07 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-05-27 10:21:07 -0700 |
commit | d2ba50ab861ec0950bda18dd0f463b687e66249f (patch) | |
tree | 4c20851d228c57b6635254fcea1710491aa71ed4 /libs/hwui/Caches.cpp | |
parent | bc7cdb6783d059249133b1c0baf52c305c6b4a33 (diff) | |
download | frameworks_base-d2ba50ab861ec0950bda18dd0f463b687e66249f.zip frameworks_base-d2ba50ab861ec0950bda18dd0f463b687e66249f.tar.gz frameworks_base-d2ba50ab861ec0950bda18dd0f463b687e66249f.tar.bz2 |
Prettify memory dump.
Change-Id: I071c6a04a144a96955d85f56dffc6162288ee33e
Diffstat (limited to 'libs/hwui/Caches.cpp')
-rw-r--r-- | libs/hwui/Caches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index cd48429..b0d8cf9 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -102,7 +102,7 @@ void Caches::dumpMemoryUsage(String8 &log) { const uint32_t size = fontRenderer.getFontRendererSize(i); log.appendFormat(" FontRenderer %d %8d / %8d\n", i, size, size); } - log.appendFormat("Other:"); + log.appendFormat("Other:\n"); log.appendFormat(" FboCache %8d / %8d\n", fboCache.getSize(), fboCache.getMaxSize()); log.appendFormat(" PatchCache %8d / %8d\n", |