Hi group, I need help figuring out the correct way to strace an android app.

here is my setup
android sdk emulator running android api 4.03
adb shell connected to emulator.

I am able to install an apk usng adb install filename.apk

I am able to run the app using
adb shell
am start -a android.intent.action.Main -n 
com.akproduction.notepad/com.akproduction.notepad.NoteList

I try to strace using (in adb shell)
strace am start -a android.intent.action.Main -n 
com.akproduction.notepad/com.akproduction.notepad.NoteList
but I get nothing!

I am not sure what i am doing wrong, my goal here is to capture the system 
call trace of an android app when it runs on the emulator.  I would also 
like to do this when I first install the app.

Thanks in advance for you help.

Jose.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to