Merge "Replaced include log/logger.h with log/log.h in debuggerd" am: 5fe1cebe7c am: 4a7eb14276
am: a7d53bcaf2
Change-Id: If2be8a2bb2aafb449e4882189473ede92fd7cad5
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>