JobSchedulerCompat
JobSchedulerCompat copied to clipboard
android.app.ServiceConnectionLeaked
test sample with android 4.4.2 , this is the log :
E/ActivityThread﹕ Service me.tatarka.support.internal.job.JobSchedulerService has leaked ServiceConnection me.tatarka.support.internal.job.JobSchedulerService$JobServiceConnection@41d7c648 that was originally bound here
android.app.ServiceConnectionLeaked: Service me.tatarka.support.internal.job.JobSchedulerService has leaked ServiceConnection me.tatarka.support.internal.job.JobSchedulerService$JobServiceConnection@41d7c648 that was originally bound here
at android.app.LoadedApk$ServiceDispatcher.
"ServiceConnectionLeaked" is occured because of the same conditions as I explained in issue #30 .