|
From: wangyang <wan...@cn...> - 2011-06-17 01:23:36
|
Hi Sir: There is bionic c library ,not GNU c library in android OS, so if I want to use valgrind for middleware of android, what should I do about valgrind? I know a very little part of Valgrind uses GNU c library, which is launcher-linux.c file.but if I want that valgrind can detect errors of bionic c library ,what should I do? Thanks. |
|
From: wangyang <wan...@cn...> - 2011-06-22 09:25:20
|
Hi everyone: Can we use valgrind for middleware of android? If it can, I have an another question, it is that android uses bionic c to instead of Gnu libc. Can valgrind still work? Thanks. |