日志:
android.app.ServiceConnectionLeaked: Activity com.qikeya.jyxt.ui.home_mine.live_push.Activity_Pusher has leaked ServiceConnection org.eclipse.paho.android.service.MqttAndroidClient$MyServiceConnection@6336389 that was originally bound here
我在呼叫一個第三方jar 包的時候,它的一個私有方法內呼叫了
Context.bindService(serviceStartIntent,serviceConnection,Context.BIND_AUTO_CREATE);
MyServiceConnection 也是私有的, 我在界面銷毀的時候 就爆了上面的錯誤。。。。, 這么在我的界面內去注銷的這個bindService 呢?
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/127436.html
標籤:Android
下一篇:安卓操作藍牙列印機問題
