commit | 51c33b7011f55686a6fcdcf5b559860832d397cc | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Jan 12 15:44:06 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Jan 12 15:44:06 2017 -0800 |
tree | 363c8e246e1b41e568e6f718f2520d8fc7d6f931 | |
parent | 6bc1d3838173bcb59f28e3157f95da4b507f748e [diff] [blame] |
liblog: use log/log.h for ALOG macros Test: compile Bug: 34250038 Change-Id: I0f56c563871f377c03380498cd867b916892f1dc
diff --git a/debuggerd/crasher.cpp b/debuggerd/crasher.cpp index e650f22..689f4d4 100644 --- a/debuggerd/crasher.cpp +++ b/debuggerd/crasher.cpp
@@ -29,8 +29,8 @@ #include <unistd.h> // We test both kinds of logging. -#include <android/log.h> #include <android-base/logging.h> +#include <log/log.h> #if defined(STATIC_CRASHER) #include "debuggerd/client.h"