diff options
author | Mark Salyzyn <salyzyn@google.com> | 2017-01-11 15:40:24 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-11 15:40:24 +0000 |
commit | ef8ccc8510d2c66c4807f15962c3d53235af5fc5 (patch) | |
tree | eeed237443ea2350067ec9501fde2d07c65b2f39 /libs/input/PointerController.cpp | |
parent | d544a4c682232f5bd3ae5d6eb5a11c978ddcf6aa (diff) | |
parent | 6143cbf1e5ab5e879044748c497e05b36ad4c36a (diff) |
Merge "Replace cutils/log.h and log/logger.h with log/log.h" am: e7fcbcb991
am: 6143cbf1e5
Change-Id: Id192d8dd973fe9e70acab72bae9856bc8a62ac75
Diffstat (limited to 'libs/input/PointerController.cpp')
-rw-r--r-- | libs/input/PointerController.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/input/PointerController.cpp b/libs/input/PointerController.cpp index abef66f9ecd9..07bcbd35819d 100644 --- a/libs/input/PointerController.cpp +++ b/libs/input/PointerController.cpp @@ -15,7 +15,6 @@ */ #define LOG_TAG "PointerController" - //#define LOG_NDEBUG 0 // Log debug messages about pointer updates @@ -23,8 +22,9 @@ #include "PointerController.h" -#include <cutils/log.h> +#include <log/log.h> +// ToDo: Fix code to be warning free #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-parameter" #include <SkBitmap.h> |