commit | ad9e99dad70dabeaf877feaeb4812851216ba0d9 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Apr 22 19:00:42 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Apr 22 19:00:42 2020 -0700 |
tree | f2c1b0aecc9409d5f03e43efd5b8268a97ddca96 | |
parent | 19377a55c5fedd917019ac38382c0e921b8ce09d [diff] |
Include log/log_read.h for reading logs log/log.h is concerned with writing logs. Bug: 78370064 Test: build Change-Id: I03d35f47acaa6eb0c8865836767d855be0203e92
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>