-
- Downloads
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
Showing
- debuggerd/Android.bp 4 additions, 7 deletionsdebuggerd/Android.bp
- debuggerd/handler/debuggerd_fallback.cpp 9 additions, 8 deletionsdebuggerd/handler/debuggerd_fallback.cpp
- debuggerd/handler/debuggerd_handler.cpp 37 additions, 31 deletionsdebuggerd/handler/debuggerd_handler.cpp
- debuggerd/tombstoned_client.cpp 13 additions, 13 deletionsdebuggerd/tombstoned_client.cpp
- debuggerd/util.cpp 0 additions, 2 deletionsdebuggerd/util.cpp
- liblog/tests/Android.mk 1 addition, 8 deletionsliblog/tests/Android.mk
- libmemunreachable/Android.bp 0 additions, 1 deletionlibmemunreachable/Android.bp
Loading
Please register or sign in to comment