I am running the following command wrap my application with valgrind
adb shell setprop wrap.com.mycompany.syam.simplecalc "logwrapper /data/local/start_valgrind.sh"
But it is failing with following error
setprop: Max 2 arguments
Anybody help me understand why am I getting this error? Isn't it supporting strings inside double quotes? And what is the fix for it?