summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitd2ba50ab861ec0950bda18dd0f463b687e66249f (patch)
tree4c20851d228c57b6635254fcea1710491aa71ed4
parentbc7cdb6783d059249133b1c0baf52c305c6b4a33 (diff)
Prettify memory dump.
Change-Id: I071c6a04a144a96955d85f56dffc6162288ee33e
-rw-r--r--libs/hwui/Caches.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp
index cd484299f3a8..b0d8cf9e13c8 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",