commit | e39602c9ae662aef5979a5b1db9ea8ba3540bc39 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Sat Nov 02 05:02:43 2024 +0000 |
committer | Christopher Ferris <cferris@google.com> | Mon Nov 04 22:55:12 2024 +0000 |
tree | c97fa8e47e56aa899cf61e0b2a696b7a79452467 | |
parent | 426e2a82ed5c7cfd38e6009fe30527d1c41a071d [diff] [blame] |
Use libmemory_trace for writing trace data. Also, add a time value for thread done. Test: All unit tests pass. Change-Id: I088b9dfaea1b7054ace64b14ac840923479f60a9
diff --git a/libc/malloc_debug/Android.bp b/libc/malloc_debug/Android.bp index 3828c28..5d61801 100644 --- a/libc/malloc_debug/Android.bp +++ b/libc/malloc_debug/Android.bp
@@ -79,6 +79,10 @@ "libmemunreachable", ], + whole_static_libs: [ + "libmemory_trace", + ], + shared_libs: [ "libunwindstack", ],