OSDN Git Service

event interface going private
authorMark Salyzyn <salyzyn@google.com>
Mon, 17 Oct 2016 21:11:20 +0000 (14:11 -0700)
committerMark Salyzyn <salyzyn@google.com>
Mon, 17 Oct 2016 21:13:31 +0000 (14:13 -0700)
Test: compile
Bug: 30465923
Change-Id: I704e0e6ae886207a9625fcb59be4876307d21e5f

runtime/monitor_android.cc

index 0d1839b..1dd60f8 100644 (file)
@@ -21,7 +21,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
-#include <android/log.h>
+#include <log/log.h>
 
 #define EVENT_LOG_TAG_dvm_lock_sample 20003