diff options
| author | 2011-07-13 15:53:03 -0700 | |
|---|---|---|
| committer | 2011-07-13 15:53:03 -0700 | |
| commit | f953dee175a6c7af87c80fdcf7fe2df75e478340 (patch) | |
| tree | b3a47f585f168dc47bbff05762ef350e0a6c017d /libs/hwui/Caches.cpp | |
| parent | 6a8f7795c9e9b4e487720d6bbc49ec52df2ad9ed (diff) | |
| parent | 042f7d64b5ccd7b5b73e7e9814a84576f04fb7d4 (diff) | |
Merge "Fix debugging for hwui caches"
Diffstat (limited to 'libs/hwui/Caches.cpp')
| -rw-r--r-- | libs/hwui/Caches.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index 563d7e4f03a2..e232dddd3951 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -73,7 +73,6 @@ void Caches::dumpMemoryUsage() { String8 stringLog; dumpMemoryUsage(stringLog); LOGD("%s", stringLog.string()); - delete stringLog; } void Caches::dumpMemoryUsage(String8 &log) { |