On Thu, Apr 26, 2012 at 9:29 AM, beachboy <jfma...@gmail.com> wrote: > As you can the onReceive is executing on process 2072 which is the > service process just fine until 20:52. At 20:52 new processes are > spawned and my Application onCreate is called. My service is not being > killed and restarted because I would seen those log messages. Neither > is my application starting.
Your process is being shut down (e.g., you stopped your service), and something else (e.g., AlarmManager, app widget) is causing your process to be restarted every 30 minutes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en