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

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

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

标签:android   style   blog   color   os   io   ar   art   

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!)

标签:android   style   blog   color   os   io   ar   art   

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

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