0

Whilst debugging my application, after about an hour, I got the following messages in LogCat:

10-25 12:27:37.180  13308-13308/com.my.app E/InputEventReceiver﹕ channel '42294e98 com.my.app/com.my.app.MainActivity (client)' ~ Publisher closed input channel or an error occurred.  events=0x9

10-25 12:27:37.180  13308-13308/com.my.app E/InputEventReceiver﹕ channel '42742bf0 com.my.app/com.my.app.PlaylistActivity (client)' ~ Publisher closed input channel or an error occurred.  events=0x9

10-25 12:27:37.180  13308-13308/com.my.app E/InputEventReceiver﹕ channel '425a3258 com.my.app/com.my.app.WebViewActivity (client)' ~ Publisher closed input channel or an error occurred.  events=0x9

Any idea what caused this? There were no other major errors before this (there are some errors related the the videoview I think, but nothing that has yet caused the app to crash or stop working)

Mr Pablo
  • 4,109
  • 8
  • 51
  • 104
  • are you passing context as a parameter to any class? – stinepike Oct 25 '13 at 11:37
  • Check this http://stackoverflow.com/questions/9251649/publisher-closed-input-channel-or-an-error-occurred-events-0x8 – Jitender Dev Oct 25 '13 at 11:39
  • StinePike - I think so yea, I'd need to check (I'm new to Android and this is a complex project haha). Why would this cause any problems? The app was going solid for an hour before it died (with no interaction btw, it sits and runs on its own) – Mr Pablo Oct 25 '13 at 11:44
  • test it on other devices too just to confirm if its a firmware issue or else it the code causing the issue. – Rat-a-tat-a-tat Ratatouille Oct 25 '13 at 11:57
  • I have tested it on my phone (Galaxy S3) and it seems much more stable, lasted for approx 2 hrs before I simply had to leave the office. If this is hardware related, what difference in hardware would be causing this? – Mr Pablo Oct 30 '13 at 10:46
  • Just to add, I went through my activity that is active 99% of the time and changed any instances of "this" to "getapplicationcontext()" using the information from the link Brontok provided. It doesn't seemed to have helped :( – Mr Pablo Oct 30 '13 at 10:48

0 Answers0