diff options
author | Tom Cherry <tomcherry@google.com> | 2020-04-22 19:00:42 -0700 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2020-04-22 19:00:42 -0700 |
commit | ad9e99dad70dabeaf877feaeb4812851216ba0d9 (patch) | |
tree | f2c1b0aecc9409d5f03e43efd5b8268a97ddca96 /libc/malloc_debug/tests/malloc_debug_system_tests.cpp | |
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
Diffstat (limited to 'libc/malloc_debug/tests/malloc_debug_system_tests.cpp')
-rw-r--r-- | libc/malloc_debug/tests/malloc_debug_system_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/tests/malloc_debug_system_tests.cpp b/libc/malloc_debug/tests/malloc_debug_system_tests.cpp index dd569fde7..ac19cf99c 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> |