|
From: Александар М. <dar...@gm...> - 2011-11-11 15:22:09
|
Unfortunately, the . is necessary for some reason. Here's a more complete log. # . /valgrind --leak-check=yes testapp .: Can't open /valgrind # ./valgrind --leak-check=yes testapp ./valgrind: not found # . valgrind --leak-check=yes testapp /system/bin/valgrind: 1: Syntax error: word unexpected (expecting ")") # valgrind --leak-check=yes ./system/bin/testapp valgrind: not found Thanks for your time Phillipe. Aleksandar |