Ray512512 / KeepAlive

使用各种保活方案兼容4.0-9.0保活,效果良好

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

任务被杀死后重新进入报错

weimingyu9312 opened this issue · comments

ActivityThread: Service com.sdk.coolfar_sdk.MyService has leaked ServiceConnection com.sdk.keepbackground.work.AbsWorkService$1@6cc4ee0 that was originally bound here
android.app.ServiceConnectionLeaked: Service com.sdk.coolfar_sdk.MyService has leaked ServiceConnection com.sdk.keepbackground.work.AbsWorkService$1@6cc4ee0 that was originally bound here

    at com.sdk.keepbackground.work.DaemonEnv.startServiceMayBind(DaemonEnv.java:63)
    at com.sdk.keepbackground.work.AbsWorkService.onStart(AbsWorkService.java:79)
    at com.sdk.coolfar_sdk.MyService.onStart(MyService.java:41)
    at com.sdk.keepbackground.work.AbsWorkService.onStartCommand(AbsWorkService.java:63)
    at com.sdk.coolfar_sdk.MyService.onStartCommand(MyService.java:35)