I'm trying this with PIN and Valgrind but doesnt work:
http://stackoverflow.com/questions/9123124/how-to-start-an-android-app-with-valgrind
2013/10/6 Matthew Mitchell
> Is it not possible to restart zygote with zalgrind? I'm trying to debug an
> app using the NDK. I don't know if the NDK libra
Is it not possible to restart zygote with zalgrind? I'm trying to debug an app
using the NDK. I don't know if the NDK library is loaded and executed in the
zygote process? If so I guess I have a similar problem.
In the init.rc file on android zygote is started as:
service zygote /system/bin/app
Yep. "am start" sends a signal via socket to zygote, so there's no children
to follow.
2013/10/5 Vasily Golubev
> Mr. Sampe,
>
> Did you try flag --trace-children=yes?
>
> Vasily
>
> On Thu, Oct 3, 2013 at 4:19 PM, Marc Sampé
> wrote:
> > Hi!
> >
> > I'm new using Valgrind out of Linux. I'm wo
Mr. Sampe,
Did you try flag --trace-children=yes?
Vasily
On Thu, Oct 3, 2013 at 4:19 PM, Marc Sampé wrote:
> Hi!
>
> I'm new using Valgrind out of Linux. I'm working in a project on Android and
> I'm trying to instrument "com.android.mms" or Mms.apk.
>
> I tried using "am start" but am only sen