commit | 0ad6c8fe441019980b1eeaf3047949e6601cdd7f | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Sep 28 15:29:14 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Mon Oct 03 11:29:34 2016 -0700 |
tree | 89db2672821b60881bc9672cdec937284514b4de | |
parent | 462e21cc8d28a4d48342cf0f634bd1ecc63647d7 [diff] [blame] |
art: Replace cutils/log.h with android/log.h Test: compile Bug: 26552300 Bug: 31289077 Change-Id: Ie5720d9e1388047856392e8635895895c22f3112
diff --git a/runtime/monitor_android.cc b/runtime/monitor_android.cc index 671cb60..0d1839b 100644 --- a/runtime/monitor_android.cc +++ b/runtime/monitor_android.cc
@@ -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