I'm trying to use strace (from benno http://benno.id.au/blog/2007/11/18/android-runtime-strace) to trace runtime and understand what happens at startup of android but no luck. init.rc appears to have changed between m5 and 0.9 and there is no longer a runtime, plus the mechanics of how processes are started in init.rc is different. So I try to run strace on this line in init.rc and get no results.
strace -ff -F -tt -s 200 -o /data/local/tmp \ service zygote /system/bin/app_process -Xzygote /system/bin --zygote -- start-system-server Can anyone offer some suggestions for strace'ing android 0.9 startup? Thanks, twebb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to android-internals@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---