commit | 8c653f56d85a7b46c59f2cd011e9d32f42df20fe | [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 | 5c3c4d6cebc4ee757ab189ebf861f22764901015 [diff] | |
parent | 9a6d0b3cee61d1557824a7ef37c997222011294b [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>