summaryrefslogtreecommitdiff
path: root/libc/malloc_debug/malloc_debug.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-30 07:21:55 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-30 07:21:55 +0000
commit196632fb3c59ebbf1184d791a3e7124dd0c3f22b (patch)
tree3be7f8888d3c72db350b01b70686ad3efa82c75c /libc/malloc_debug/malloc_debug.cpp
parent926be82e7c20d0c6d75482002738f24d80c4274c (diff)
parent03cb53a17d47e1a4777672e4ea76afa8e23f1d41 (diff)
Snap for 4810559 from 03cb53a17d47e1a4777672e4ea76afa8e23f1d41 to pi-release
Change-Id: I8e7369bec8396f574ac8f74f6e471f38c0f95971
Diffstat (limited to 'libc/malloc_debug/malloc_debug.cpp')
-rw-r--r--libc/malloc_debug/malloc_debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/malloc_debug.cpp b/libc/malloc_debug/malloc_debug.cpp
index 6f841cab5..e83f73c32 100644
--- a/libc/malloc_debug/malloc_debug.cpp
+++ b/libc/malloc_debug/malloc_debug.cpp
@@ -819,7 +819,7 @@ bool debug_dump_heap(const char* file_name) {
return false;
}
- fprintf(fp, "Android Native Heap Dump v1.0\n\n");
+ fprintf(fp, "Android Native Heap Dump v1.1\n\n");
PointerData::DumpLiveToFile(fp);