Hi Łukasz, On Thursday 06 of March 2014 10:37:59 Lukasz Rymanowski wrote: > --- > android/bluetoothd-wrapper.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/android/bluetoothd-wrapper.c b/android/bluetoothd-wrapper.c > index 122e6b0..3a9f32e 100644 > --- a/android/bluetoothd-wrapper.c > +++ b/android/bluetoothd-wrapper.c > @@ -22,7 +22,7 @@ > > #include <cutils/properties.h> > > -#define PROPERTY_NAME "persist.sys.bluetooth.valgrind" > +#define PROPERTY_VALGRIND_NAME "persist.sys.bluetooth.valgrind" > > #define VALGRIND_BIN "/system/bin/valgrind" > > @@ -62,7 +62,7 @@ int main(int argc, char *argv[]) > { > char value[PROPERTY_VALUE_MAX]; > > - if (property_get(PROPERTY_NAME, value, "") > 0 && > + if (property_get(PROPERTY_VALGRIND_NAME, value, "") > 0 && > (!strcasecmp(value, "true") || atoi(value) > 0)) > run_valgrind(); > > All patches applied, thanks. -- Best regards, Szymon Janc -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html