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

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!),,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。