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 <[email protected]> wrote:

> 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 be
> disposed!?
> Any binder connection failed?
>
> Any idea on the above questions?
>
> Force finishing activity com.android.camera/.Camera
>
> I/ActivityManager(  142): Killing com.android.camera (pid=7392):
> user's request
>
> E/InputDispatcher(  142): channel '40af3d88 com.android.camera/
> com.android.camera.VideoCamera (server)' ~ Consumer closed input
> channel or an error occurred.  events=0x8
>
> E/InputDispatcher(  142): channel '40af3d88 com.android.camera/
> com.android.camera.VideoCamera (server)' ~ Channel is unrecoverably
> broken and will be disposed!
>
> E/InputDispatcher(  142): channel '407afb50 com.android.camera/
> com.android.camera.Camera (server)' ~ Consumer closed input channel or
> an error occurred.  events=0x8
>
> E/InputDispatcher(  142): channel '407afb50 com.android.camera/
> com.android.camera.Camera (server)' ~ Channel is unrecoverably broken
> and will be disposed!
>
> I/WindowManager(  142): WINDOW DIED Window{40af3d88 com.android.camera/
> com.android.camera.VideoCamera paused=false}
>
> I/WindowManager(  142): WIN DEATH: Window{407afb50 com.android.camera/
> com.android.camera.Camera paused=true}
>
> I/ActivityManager(  142): Process com.android.camera (pid 7392) has
> died.
>
> Thanks & Regards,
> Pandi K
>
> --
> 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
>



-- 
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

Reply via email to