1

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?

Pendyala
  • 507
  • 4
  • 14

1 Answers1

0
adb shell setprop wrap.com.mycompany.syam.simplecalc "logwrapper' '/data/local/start_valgrind.sh"
dippas
  • 52,735
  • 15
  • 110
  • 120