Merge "Replaced include log/logger.h with log/log.h in debuggerd"

This commit is contained in:
Vijay Venkatraman 2017-01-24 19:07:30 +00:00 committed by Gerrit Code Review
commit 5fe1cebe7c
1 changed files with 1 additions and 1 deletions

View File

@ -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>