I\'ve been searching for the last week trying to find an answer to this question.
How do I start an Android app with valgrind? I know I can start an app with the \'
yes, but you should use
adb shell setprop wrap.com.example.hellojni "logwrapper ./data/local/Inst/bin/valgrind"
/\----for shell (.) is important!!!
also if you wish to use some configure of valgrind tool's - use this:
adb shell setprop wrap.com.example.hellojni "logwrapper ./data/local/Inst/bin/valgrind --tool=massif (...configure massif a.t.c. ...)"