OSDN Git Service

art: Replace cutils/log.h with android/log.h
authorMark Salyzyn <salyzyn@google.com>
Wed, 28 Sep 2016 22:29:14 +0000 (15:29 -0700)
committerMark Salyzyn <salyzyn@google.com>
Mon, 3 Oct 2016 18:29:34 +0000 (11:29 -0700)
Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: Ie5720d9e1388047856392e8635895895c22f3112

runtime/base/logging.cc
runtime/monitor_android.cc

index 17873b5..d09e66f 100644 (file)
@@ -27,7 +27,7 @@
 
 // Headers for LogMessage::LogLine.
 #ifdef ART_TARGET_ANDROID
-#include "cutils/log.h"
+#include <android/log.h>
 #include <android/set_abort_message.h>
 #else
 #include <sys/types.h>
index 671cb60..0d1839b 100644 (file)
@@ -21,7 +21,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
-#include "cutils/log.h"
+#include <android/log.h>
 
 #define EVENT_LOG_TAG_dvm_lock_sample 20003