Is this the main UI thread of the app? Could you share the entire log (pid and tid) along with a reproducible use case?
java.lang.RuntimeException: Failed to register input channel. Check logs for details. at android.view.InputQueue.nativeRegisterInputChannel(Native Method) at android.view.InputQueue.registerInputChannel(InputQueue.java:92) at android.view.ViewRoot.setView(ViewRoot.java:575) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:203) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:117) at android.widget.Toast$TN.handleShow(Toast.java:373) at android.widget.Toast$TN$1.run(Toast.java:302) at android.os.Handler.handleCallback(Handler.java:587) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:123) On Aug 27, 6:19 pm, "A.TNG" <[email protected]> wrote: > I also get this kind of FC. It happens a lot (only on Android 2.3.3). Still > no clue to fix this bug. > > On Sat, Aug 13, 2011 at 9:48 AM, Mark Carter <[email protected]> wrote: > > I'm getting this too (also only on SDK level 10) - anyone find any > > workarounds? > > > -- > > 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 > > -- > Regards, > Jiyu -- 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

