OSDN Git Service

android/log: Fix compilation error in AOSP
authorAndrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
Wed, 11 Nov 2015 18:09:51 +0000 (19:09 +0100)
committerSzymon Janc <ext.szymon.janc@tieto.com>
Thu, 12 Nov 2015 10:12:59 +0000 (11:12 +0100)
btd_debug() has new parameter introduced in dcfdc556.

android/log.c

index 8013eba..35917c6 100644 (file)
@@ -139,7 +139,7 @@ void error(const char *format, ...)
        va_end(ap);
 }
 
-void btd_debug(const char *format, ...)
+void btd_debug(uint16_t index, const char *format, ...)
 {
        va_list ap;