|
From: Jun Y. <YJ...@gm...> - 2013-11-11 03:08:29
|
Hello, >From what I understand about the document, I will have to put LD_PRELOAD=/pathtowrapper/libwrapper.so before launching valgrind through "exec /data/local/Inst/bin/valgrind $VALPARAMS $*". My question is, I suppose I will have to compile my wrapper.c using the exact same configuration used to build valgrind-- the NDK compiler, NDK linker, etc -- am I correct? I only used wrapper on my laptop linux-x86, not sure how different they would be. Thanks for any input! -Jun |