diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-01-22 04:13:26 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-01-22 04:13:26 +0000 |
commit | d96e0bc78da268165006f50fc43413b958c4e63d (patch) | |
tree | 49bfa7ba597ab6708a1bce63595daf6842bbb88d /libc/malloc_debug/malloc_debug.cpp | |
parent | ada0e9964193097cf6e19a3e9fc93445327c2de0 (diff) | |
parent | 62186459ff47cee8c3a8e2515a652d054aa338c2 (diff) |
Snap for 6152176 from 62186459ff47cee8c3a8e2515a652d054aa338c2 to rvc-release
Change-Id: I66643747a73b0ee95706eba40d9c9474736365c7
Diffstat (limited to 'libc/malloc_debug/malloc_debug.cpp')
-rw-r--r-- | libc/malloc_debug/malloc_debug.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/malloc_debug/malloc_debug.cpp b/libc/malloc_debug/malloc_debug.cpp index 6eaac7de8..c0765a983 100644 --- a/libc/malloc_debug/malloc_debug.cpp +++ b/libc/malloc_debug/malloc_debug.cpp @@ -43,7 +43,6 @@ #include <android-base/file.h> #include <android-base/properties.h> #include <android-base/stringprintf.h> -#include <bionic/malloc_tagged_pointers.h> #include <private/bionic_malloc_dispatch.h> #include <private/MallocXmlElem.h> @@ -884,7 +883,6 @@ ssize_t debug_malloc_backtrace(void* pointer, uintptr_t* frames, size_t max_fram if (!(g_debug->config().options() & BACKTRACE)) { return 0; } - pointer = UntagPointer(pointer); return PointerData::GetFrames(pointer, frames, max_frames); } |