Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 561d5318 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "liblog: use log/log.h when utilizing ALOG macros" am: 9a30f044 am:...

Merge "liblog: use log/log.h when utilizing ALOG macros" am: 9a30f044 am: 70a969c6 am: eed9f305
am: ce852029

Change-Id: Ia3b7d023db0f2f9705927fcb02cd4cdee1846670
parents 4fa9ca7f ce852029
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
#include <string>
#include <vector>

#include <android/log.h>
#include <android-base/file.h>
#include <android-base/properties.h>
#include <android-base/stringprintf.h>
@@ -49,6 +48,7 @@
#include <cutils/debugger.h>
#include <cutils/properties.h>
#include <cutils/sockets.h>
#include <log/log.h>
#include <private/android_filesystem_config.h>

#include "DumpstateInternal.h"