码迷,mamicode.com
首页 > 移动开发 > 详细

android 关于InputDispatcher出现Consumer错误的解决办法

时间:2014-08-14 19:45:29      阅读:476      评论:0      收藏:0      [点我收藏+]

标签:android   http   os   io   for   ar   cti   html   

原地址:http://www.educity.cn/wenda/158744.html

android 关于InputDispatcher出现Consumer异常的解决方法
10-23 03:24:46.346: ERROR/InputDispatcher(61): channel ‘40774ac8 coinv.panfa/coinv.panfa.activities.MeinvFlashActivity (server)‘ ~ Consumer closed input channel or an error occurred.  events=0x8
10-23 03:24:46.346: ERROR/InputDispatcher(61): channel ‘40774ac8 coinv.panfa/coinv.panfa.activities.MeinvFlashActivity (server)‘ ~ Channel is unrecoverably broken and will be disposed!
10-23 03:24:46.406: ERROR/InputDispatcher(61): Received spurious receive callback for unknown input channel.  fd=148, events=0x8




看一下manifest.xml,嘿嘿,
因为之前无法找到原因,所以只好在manifest.xml对应的activity标记中通过添加如下属性将该布局强置为竖屏模式显示了:
android:launchMode="singleTask" android:screenOrientation="portrait"
后来通过尝试发现可以通过在manifest.xml对应的activity标记中改成添加如下属性:
android:configChanges="orientation|keyboardHidden"

android 关于InputDispatcher出现Consumer错误的解决办法,布布扣,bubuko.com

android 关于InputDispatcher出现Consumer错误的解决办法

标签:android   http   os   io   for   ar   cti   html   

原文地址:http://www.cnblogs.com/123ing/p/3912924.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!