首页 > 移动平台 > 详细

Android Exception 10((server)' ~ Channel is unrecoverably broken and will be disposed!)

时间:2014-08-11 21:04:53      阅读:1404      评论:0      收藏:0      [点我收藏+]

08-11 19:22:35.028: W/MemoryDealer(2123): madvise(0x43e16000, 12288, MADV_REMOVE) returned Operation not supported on transport endpoint

08-11 19:22:35.038: W/InputDispatcher(2714): channel ‘4236b890 com.tongyan.activity/com.tongyan.activity.SettingAct (server)‘ ~ Consumer closed input channel or an error occurred.  events=0x9
08-11 19:22:35.038: E/InputDispatcher(2714): channel ‘4236b890 com.tongyan.activity/com.tongyan.activity.SettingAct (server)‘ ~ Channel is unrecoverably broken and will be disposed!

08-11 19:22:35.038: W/InputDispatcher(2714): Attempted to unregister already unregistered input channel ‘4236b890 com.tongyan.activity/com.tongyan.activity.SettingAct (server)‘

1 Intent serviceIntentStart = new Intent(mContext, MGPSService.class);
2    if(isChecked) {
3      startService(serviceIntentStart);
4    } else {
5      stopService(serviceIntentStart);
6   }

 

GPS没有开启,就开启服务(服务里有调用GPS的代码),所以报错

Android Exception 10((server)' ~ Channel is unrecoverably broken and will be disposed!),布布扣,bubuko.com

Android Exception 10((server)' ~ Channel is unrecoverably broken and will be disposed!)

原文:http://www.cnblogs.com/royi123/p/3905488.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!