commit | 8e384fff8296eff6dc123f79cadee4134b7d6cbf | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Apr 23 14:58:44 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 23 14:58:44 2020 +0000 |
tree | f2c1b0aecc9409d5f03e43efd5b8268a97ddca96 | |
parent | 19377a55c5fedd917019ac38382c0e921b8ce09d [diff] | |
parent | ad9e99dad70dabeaf877feaeb4812851216ba0d9 [diff] |
Merge "Include log/log_read.h for reading logs"
diff --git a/libc/malloc_debug/tests/malloc_debug_system_tests.cpp b/libc/malloc_debug/tests/malloc_debug_system_tests.cpp index dd569fd..ac19cf9 100644 --- a/libc/malloc_debug/tests/malloc_debug_system_tests.cpp +++ b/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
@@ -40,7 +40,7 @@ #include <android-base/file.h> #include <android-base/stringprintf.h> #include <gtest/gtest.h> -#include <log/log.h> +#include <log/log_read.h> #include <string> #include <thread>