commit | 5fe1cebe7cccbcb815c0520530cb7e5f95db19e1 | [log] [tgz] |
---|---|---|
author | Vijay Venkatraman <vijaykv@google.com> | Tue Jan 24 19:07:30 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 24 19:07:30 2017 +0000 |
tree | 866028d4035f01872bab52f01ad6e26ba637a629 | |
parent | 9fd1190790d34fed8ea5403367455c60503d37fb [diff] | |
parent | a95acea5bff36eaacc11b7301689363438953f80 [diff] |
Merge "Replaced include log/logger.h with log/log.h in debuggerd"
diff --git a/debuggerd/crash_dump.cpp b/debuggerd/crash_dump.cpp index cf6a715..e4f88b0 100644 --- a/debuggerd/crash_dump.cpp +++ b/debuggerd/crash_dump.cpp
@@ -36,7 +36,7 @@ #include <android-base/stringprintf.h> #include <android-base/unique_fd.h> #include <cutils/sockets.h> -#include <log/logger.h> +#include <log/log.h> #include <procinfo/process.h> #include <selinux/selinux.h>