Remote device so I don't have added to logcat or DDMS. On Jan 24, 8:39 pm, Marcelo Henrique <[email protected]> wrote: > Device or Emulator ? Logcat ... DDMS ... is checked? > 2012/1/24 William Ferguson <[email protected]> > > > > > > > > > > Anyone? > > > On Jan 23, 11:38 am, William Ferguson <[email protected]> > > wrote: > > > I get about one of these errors occurring roughly every 50,000 app > > > starts, so it's starting to occur pretty regularly now. I have never > > > managed to make it occur on a local device so I can't check the logs > > > for details. The only other mention on the list was 6+ months ago and > > > Nikolay didn't get much response then. > > > > Is any else seeing this or know what it means and how to combat it? > > > > I suspect it's a race condition with Activity destruction, bit I'm > > > already checking if the Activity has been closed in > > > JumbleeActivity#showDialogSafely before I attempt showDialog so I'm > > > not sure what else I can do. > > > > William > > > > 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:595) > > > at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:203) > > > at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:117) > > > at android.view.Window$LocalWindowManager.addView(Window.java:424) > > > at android.app.Dialog.show(Dialog.java:241) > > > at android.app.Activity.showDialog(Activity.java:2572) > > > at android.app.Activity.showDialog(Activity.java:2530) > > > at > > > au.com.xandar.jumblee.JumbleeActivity.showDialogSafely(JumbleeActivity.java > > : > > > 195) > > > at > > > au.com.xandar.android.os.DialogTaskManager.preExecute(DialogTaskManager.jav > > a: > > > 78) > > > at > > > au.com.xandar.android.os.SimpleDialogTask.onPreExecute(SimpleDialogTask.jav > > a: > > > 39) > > > at > > > au.com.xandar.android.os.SimpleAsyncTask.execute(SimpleAsyncTask.java: > > > 46) > > > at > > > au.com.xandar.android.os.DialogTaskManager.executeTask(DialogTaskManager.ja > > va: > > > 66) > > > at au.com.xandar.jumblee.game.GameActivity$3.onClick(GameActivity.java: > > > 272) > > > at android.view.View.performClick(View.java:2574) > > > at android.view.View$PerformClick.run(View.java:9238) > > > at android.os.Handler.handleCallback(Handler.java:587) > > > at android.os.Handler.dispatchMessage(Handler.java:92) > > > at android.os.Looper.loop(Looper.java:130) > > > at android.app.ActivityThread.main(ActivityThread.java:3691) > > > at java.lang.reflect.Method.invokeNative(Native Method) > > > at java.lang.reflect.Method.invoke(Method.java:507) > > > at com.android.internal.os.ZygoteInit > > > $MethodAndArgsCaller.run(ZygoteInit.java:907) > > > at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:665) > > > at dalvik.system.NativeStart.main(Native Method) > > > -- > > 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 > > -- > - Marcelo Henrique - > "Se não puder se destacar pelo talento, vença pelo esforço." (Dave > Weinbaum)
-- 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

