Replace cutils/log.h and log/logger.h with log/log.h

Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: I578b15b48f0fc2807a92abbc69a377c3d2191496
This commit is contained in:
Mark Salyzyn
2016-09-28 16:15:30 -07:00
parent ccda81e58f
commit 52eb4e01a4
26 changed files with 108 additions and 92 deletions

View File

@@ -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>