What else appears in the log?  Usually this message is preceded (or shortly
followed) by a log entry to the effect that the input event has already been
finished or the input channel was closed, or something.

Jeff.

On Mon, Feb 28, 2011 at 9:06 AM, Pink <sivareddy.j...@gmail.com> wrote:

> Hi,
>
>   I am working on ginger bread.
>
>   I am porting an application which was running properly on Foryo to
> GingerBread.
>
>   While close one of my application activities i am getting RunTime
> exception.
>
>   Can any body help me?
>
>
>  The logcat as follows.
>
>  java.lang.RuntimeException: Failed to finish input event.  Check
> logs for details.
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> android.view.InputQueue.nativeFinished(Native Method)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> android.view.InputQueue.access$100(InputQueue.java:26)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at android.view.InputQueue
> $FinishedCallback.run(InputQueue.java:165)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> android.view.ViewRoot.finishInputEvent(ViewRoot.java:2064)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> android.view.ViewRoot.handleMessage(ViewRoot.java:1890)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> android.os.Handler.dispatchMessage(Handler.java:99)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> android.os.Looper.loop(Looper.java:123)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> android.app.ActivityThread.main(ActivityThread.java:3661)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> java.lang.reflect.Method.invokeNative(Native Method)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> java.lang.reflect.Method.invoke(Method.java:507)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> com.android.internal.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:842)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
> 03-01 01:15:51.583 E/AndroidRuntime(  422):     at
> dalvik.system.NativeStart.main(Native Method)
>
>
> Thanks in advance.
>
> --
> 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
>

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

Reply via email to