summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-10-20 13:54:53 +0100
committerSteve Block <steveblock@google.com>2011-10-25 18:16:41 +0100
commitc7be2810d52c07f8cff574c93166a02f3c14d878 (patch)
tree9b4ba8fd576a0f6a25e8af9d998e8f976d83b7f2
parentb9bcd9fe3a607df1589e55760cf5cef7fb5618ad (diff)
downloadbluetooth-c7be2810d52c07f8cff574c93166a02f3c14d878.tar.gz
Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I5930d10c195bff60dd34fdf3ed7f0af7414f0e3b
-rw-r--r--bluedroid/bluetooth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bluedroid/bluetooth.c b/bluedroid/bluetooth.c
index 252bdc4..680b746 100644
--- a/bluedroid/bluetooth.c
+++ b/bluedroid/bluetooth.c
@@ -146,7 +146,7 @@ static inline int create_hci_sock() {
}
int bt_enable() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int ret = -1;
int hci_sock = -1;
@@ -199,7 +199,7 @@ out:
}
int bt_disable() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int ret = -1;
int hci_sock = -1;
@@ -232,7 +232,7 @@ out:
}
int bt_is_enabled() {
- LOGV(__FUNCTION__);
+ ALOGV(__FUNCTION__);
int hci_sock = -1;
int ret = -1;