summaryrefslogtreecommitdiff
path: root/android/log.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-10-18 14:30:05 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-18 14:30:14 +0300
commitec12cfc715d8e0979b86d45db0a845599a50e10d (patch)
treeddb603d7e37691a7abac2a6cdd9c4d52f6f0cf6a /android/log.c
parente101e48a9d5dda977b67e72190b5be4e671d3faf (diff)
downloadbluez-ec12cfc715d8e0979b86d45db0a845599a50e10d.tar.gz
android: Fix logging usage
Diffstat (limited to 'android/log.c')
-rw-r--r--android/log.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/log.c b/android/log.c
index ce07b82c3..98afaa97b 100644
--- a/android/log.c
+++ b/android/log.c
@@ -80,3 +80,11 @@ void btd_debug(const char *format, ...)
va_end(ap);
}
+
+void __btd_log_init(const char *debug, int detach)
+{
+}
+
+void __btd_log_cleanup(void)
+{
+}