It is probably because there isn't enough memory to run your app (the browser not surprisingly needs a lot of memory). Its service will be restarted later, or the process restarted when the user later returns to your app, as appropriate. If you aren't seeing an actual crash (in the log) of the app, then what you are seeing is probably normal expected behavior.
On Tue, Oct 13, 2009 at 4:05 AM, [email protected] <[email protected]>wrote: > > My application is background application.It uses WIFI lock and > INTERNET permission. It is doing some socket communication with a > Remote Host PC and as well as with a local android application. It > will start based on incoming SMS. > > While my application is running, I tried to use the browser > application. Within a minute my application is getting crashed.(in > DDMS log, I found the application process has died) > > And again I restarted my application, it is always getting crashed > within a minute. > > I could not find the reason from the DDMS log. > > Someone can help me to figure out the problem... > > Thanks in advance. > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

