commit | 6f773a0d8717162f81ff21d943baaa539a2d6c7e | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Sep 28 16:15:30 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Jan 12 20:29:11 2017 +0000 |
tree | ea99b80bd35011ad16e6c8380e4200fcdf7ee6bc | |
parent | 4391fae30e29371673e3de947f344f9b1073dc12 [diff] [blame] |
Replace cutils/log.h and android/log.h with log/log.h Test: compile Bug: 34250038 Change-Id: I42185a879beaa9bb244f53a968800392b854ac45
diff --git a/libs/hwui/debug/FatalBaseDriver.cpp b/libs/hwui/debug/FatalBaseDriver.cpp index 99ac358..4c38fac 100644 --- a/libs/hwui/debug/FatalBaseDriver.cpp +++ b/libs/hwui/debug/FatalBaseDriver.cpp
@@ -16,7 +16,7 @@ #include "FatalBaseDriver.h" -#include <cutils/log.h> +#include <log/log.h> namespace android { namespace uirenderer {