Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/3] android: Change property name for valgrind
@ 2014-03-06  9:37 Lukasz Rymanowski
  2014-03-06  9:38 ` [PATCH 2/3] android: Add possible to enable BlueZ debug logs Lukasz Rymanowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lukasz Rymanowski @ 2014-03-06  9:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lukasz Rymanowski

---
 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();
 
-- 
1.8.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-10  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06  9:37 [PATCH 1/3] android: Change property name for valgrind Lukasz Rymanowski
2014-03-06  9:38 ` [PATCH 2/3] android: Add possible to enable BlueZ debug logs Lukasz Rymanowski
2014-03-06  9:38 ` [PATCH 3/3] android: Enable mgmt " Lukasz Rymanowski
2014-03-10  9:27 ` [PATCH 1/3] android: Change property name for valgrind Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox