diff options
author | 2016-10-17 14:11:20 -0700 | |
---|---|---|
committer | 2016-10-17 14:13:31 -0700 | |
commit | 280a16224c2420b1d17ab0da2efbe800ec00a372 (patch) | |
tree | 2cfe1d66d55c8d36909a60b87ddf28533f76da89 | |
parent | 38a4223fcc0493553d9ad324a1dc145869eb663a (diff) |
event interface going private
Test: compile
Bug: 30465923
Change-Id: I704e0e6ae886207a9625fcb59be4876307d21e5f
-rw-r--r-- | runtime/monitor_android.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monitor_android.cc b/runtime/monitor_android.cc index 0d1839baf4..1dd60f8d78 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 |