flutter_background_service
flutter_background_service copied to clipboard
Service already running, using existing service
In my debug logs, I notice this message produced every 5 seconds:
V/BackgroundService(20291): Service already running, using existing service
Should we be concerned? Is there anything we can/should do to fix this issue?
Using
-
flutter_background_service
2.4.6 -
flutter_background_service_android
3.03 - Android devices
Thank you :)
This is happening to me also.
Any news about this log ?
This is happening with me also
Happening to me also. I'm using an EventChannel in MainActivity and in other packages I've seen issues about 2 background services where only 1 works, I don't know if it's related.
Looks like it has something to do with this:
https://github.com/ekasetiawans/flutter_background_service/blob/52dab703984ca301766051a75bddc2d61a4b8d43/packages/flutter_background_service_android/android/src/main/java/id/flutter/flutter_background_service/WatchdogReceiver.java#L36-L37
I have the same issue, any updates about solving this?
any solution about this??