summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2014-12-23 23:08:58 -0800
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:40 -0700
commit44802768c447ab480d4227b3a852a97d923b816d (patch)
tree52f2bdda1fa934f89af3b2161a26cb47170f8567 /device
parent3b24dfb998e76b389b9c850f53e0c8016383f2b8 (diff)
downloadandroid_system_bt-44802768c447ab480d4227b3a852a97d923b816d.tar.gz
android_system_bt-44802768c447ab480d4227b3a852a97d923b816d.tar.bz2
android_system_bt-44802768c447ab480d4227b3a852a97d923b816d.zip
Add platform-independent logging macros to OSI.
These macros should replace ALOG* and the various trace macros used throughout bluedroid. This change eliminates all uses of the ALOG* macros in favor of the new ones.
Diffstat (limited to 'device')
-rw-r--r--device/src/controller.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/src/controller.c b/device/src/controller.c
index 471aebc9a..43e16e447 100644
--- a/device/src/controller.c
+++ b/device/src/controller.c
@@ -20,7 +20,6 @@
#include <assert.h>
#include <stdbool.h>
-#include <utils/Log.h>
#include "bdaddr.h"
#include "bt_types.h"