01-03 11:28:47.499: ERROR/InputDispatcher(164): channel '4085fe50 com.bce.tip/com.bce.tip.core.MenuActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
01-03 11:28:47.499: ERROR/InputDispatcher(164): channel '4085fe50 com.bce.tip/com.bce.tip.core.MenuActivity (server)' ~ Channel is unrecoverably broken and will be disposed!`
When I click on Imageview action calling but I am calling this onclick to another layer class
Resolved :
1) Basically this Errors occurs couple of times
if your running number of process at a time in single thread .
This is like a Deadlock situation.So any Scheduled tasks are there make it Synchronized particular burden objects.
2) Kill the unused processes at the time of Burden happens on MainThread.