Diff between 2f8c880510173ead681c715d8a44a93eb19e201a and 7d1d5cdd6dbc464b2f3c0b1d341dd72c08ed2611
Changed Files
| File | Additions | Deletions | Status |
| android/log.c | +1 | -1 | modified |
Full Patch
diff --git a/android/log.c b/android/log.c
index 8013eba..35917c6 100644
--- a/android/log.c
+++ b/android/log.c
@@ -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;