commit | 280a16224c2420b1d17ab0da2efbe800ec00a372 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Mon Oct 17 14:11:20 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Mon Oct 17 14:13:31 2016 -0700 |
tree | 2cfe1d66d55c8d36909a60b87ddf28533f76da89 | |
parent | 38a4223fcc0493553d9ad324a1dc145869eb663a [diff] |
event interface going private Test: compile Bug: 30465923 Change-Id: I704e0e6ae886207a9625fcb59be4876307d21e5f
diff --git a/runtime/monitor_android.cc b/runtime/monitor_android.cc index 0d1839b..1dd60f8 100644 --- a/runtime/monitor_android.cc +++ b/runtime/monitor_android.cc
@@ -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