Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/3] android: Change property name for valgrind
Date: Mon, 10 Mar 2014 10:27:03 +0100	[thread overview]
Message-ID: <3116881.z1IPYBI2Sp@uw000953> (raw)
In-Reply-To: <1394098681-18983-1-git-send-email-lukasz.rymanowski@tieto.com>

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

      parent reply	other threads:[~2014-03-10  9:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Szymon Janc [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3116881.z1IPYBI2Sp@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=lukasz.rymanowski@tieto.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox