flutter_background_service icon indicating copy to clipboard operation
flutter_background_service copied to clipboard

Service already running, using existing service

Open athenawisdoms opened this issue 1 year ago • 8 comments

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 :)

athenawisdoms avatar Apr 06 '23 18:04 athenawisdoms

This is happening to me also.

bradrushworth avatar Apr 18 '23 03:04 bradrushworth

Any news about this log ?

This is happening with me also

Djihanegh avatar Apr 26 '23 22:04 Djihanegh

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.

unleed-l avatar May 02 '23 15:05 unleed-l

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

Daniel-Genkin avatar Jun 06 '23 13:06 Daniel-Genkin

I have the same issue, any updates about solving this?

AmmarHammoud avatar Jun 18 '23 16:06 AmmarHammoud

any solution about this??

AmeerSafdar avatar Jun 27 '23 08:06 AmeerSafdar