So low-mem task killing is performed by Dalvik VM (or Zygote ?), right ? Sounds good, I feel relieved ...
Thanks ! Chaki On Feb 15, 6:13 pm, AppCoder <[email protected]> wrote: > You should be good, the dalvik VM only goes after jvms that it has > started. It won't go killing daemons started by init.rc > > Dan S. > > On Feb 15, 8:25 am, Chakishante <[email protected]> wrote: > > > > > > > > > Hi, > > > On my platform, I have a native service (launched by init.rc) which is > > needed to initiate communicationwith the modem before rild is > > initialized. (Modem communication goes through TTY devices). If this > > service was to exit or die, TTY's opened by rild would become invalid > > and rild might crash altogether. > > > I heard that Android has a built-in mechanism which kills processes in > > low-memory situations. Does this also apply to native services > > launched from init.rc ? Could this service get killed ... ? > > > Thanks, > > Chaki -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
