diff options
author | Christopher Ferris <cferris@google.com> | 2017-04-25 11:23:10 -0700 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2017-05-02 18:38:46 -0700 |
commit | ac225780dd6ccf217e5fb64c7af8f41f9c54f4a1 (patch) | |
tree | e1d7d6ac5060a784e0ed675e3dfb6ef7da963e8a /debuggerd/util.cpp | |
parent | 8fc6cc8910dbb4c77333aa432b4732237157ed0b (diff) |
Move libc_logging to libasync_safe.
Move the name of the "private/libc_logging.h" header to <async_safe/log.h>.
For use of libc_malloc_debug_backtrace, remove the libc_logging library.
The library now includes the async safe log functions.
Remove the references to libc_logging.cpp in liblog, it isn't needed because
the code is already protected by a check of the __ANDROID__ define.
Test: Compiled and boot bullhead device.
Test: Run debuggerd unit tests.
Test: Run liblog unit tests on target and host.
Test: Run libmemunreachable unit tests (these tests are flaky though).
Change-Id: Ie79d7274febc31f210b610a2c4da958b5304e402
Diffstat (limited to 'debuggerd/util.cpp')
-rw-r--r-- | debuggerd/util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debuggerd/util.cpp b/debuggerd/util.cpp index 4c015d70a..32d2f1880 100644 --- a/debuggerd/util.cpp +++ b/debuggerd/util.cpp @@ -24,8 +24,6 @@ #include <cutils/sockets.h> #include <debuggerd/protocol.h> -#include "private/libc_logging.h" - using android::base::unique_fd; ssize_t send_fd(int sockfd, const void* data, size_t len, unique_fd fd) { |