DaleKocian / android-amazing-listview

Automatically exported from code.google.com/p/android-amazing-listview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InputDispatcher error : "Consumer closed input channel or an error occurred. events=0x8" while scrolling.

GoogleCodeExporter opened this issue · comments

When I run the app on one of the devices I have with Android v. 2.3.4 and 
scroll the ListView several times, up and down, my app closes down without 
showing any error. All I am able to get in the logcat is as below :

12-09 15:39:20.055: E/InputDispatcher(182): channel '40c5dee0 
com.myapp/com.myapp.HomeScreen (server)' ~ Consumer closed input channel or an 
error occurred.  events=0x8
12-09 15:39:20.055: E/InputDispatcher(182): channel '40c5dee0 
com.myapp/com.myapp.HomeScreen (server)' ~ Channel is unrecoverably broken and 
will be disposed!
12-09 15:39:20.065: I/WindowManager(182): WIN DEATH: Window{40c5dee0 
com.myapp/com.myapp.HomeScreen paused=false}

The app runs fine on android 4.x versions. I am getting this issue in android 
2.3.4, as I have one device with that version to test on. I would like to know 
what might be causing the problem. Any help would be appreciated.

Original issue reported on code.google.com by mait...@rossitek.com on 9 Dec 2013 at 11:02