Export to GitHub

android-amazing-listview - issue #8

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


Posted on Dec 9, 2013 by Happy Dog

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.

Status: New

Labels:
Type-Defect Priority-Medium