Re: [android-developers] Force Killing Application

2011-05-24 Thread Dianne Hackborn
You killed the processes. Various parts of the system are finding the process disappeared on them and cleaning up. Your app doesn't get nicely told when the process is killed. On Tue, May 24, 2011 at 4:54 AM, Pandi wrote: > Hi, > > I am getting below message from logcat. On Force closing of >

Re: [android-developers] Force Killing Application

2011-05-24 Thread Mark Murphy
On Tue, May 24, 2011 at 7:54 AM, Pandi wrote: > I am getting below message from logcat. Unless you work for Google, that stack trace is not from your application. > On Force closing of > application, what function will be called in application? OnDestroy > (or) OnPause? Neither. Nothing is call

[android-developers] Force Killing Application

2011-05-24 Thread Pandi
Hi, I am getting below message from logcat. On Force closing of application, what function will be called in application? OnDestroy (or) OnPause? If we do not have this implementation on application what will happen in activity manager? what is meaning of Channel is unrecoverably broken and will b