Closed jabal3amel closed 1 month ago
debug: false,
If you’re having a problem., the first thing you do is set that to true. See wiki “Debugging” here. Read the api docs Config.debug to learn what the debug sound-effects mean.
every time he send location get me notification 'location tracking is active ' this notification appear for a few seconds and hide quickly
That’s exactly what’s supposed to happen. Now go outside for a nice walk with a real device, moving at least 200 meters. You will likely hear more debug sound-effects and find the plug-in automatically start tracking.
i set debug to true but the log does not get any problem I noticed that as long as the notifications are visible the app works fine, but when the notifications disappear the app stops working How can I show notifications to the user all the time Tracking
Your logs span a period of only ~20 minutes.
09-03 11:12:34.776 DEBUG [LoggerFacade$a a] ℹ️ Persist config, dirty: []
.
.
.
09-03 11:34:22.060 DEBUG [TerminateEvent$a onChange]
Are you aware that this plugin strongly desires to be in the stationary-state, with location-services (and the corresponding foreground-service notification) OFF?
stopTimeout
timer initiates. When the timer expires, location-services are turned OFF and the notification disappears. As explained in the Wiki Philosophy of OperationYou are free to configure the stopTimeout
to suit your needs. Your logs show its set to its default of 5 minutes ( "stopTimeout": 5
). See API docs Config.stopTimeout
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
the problem is the location is stop and start frequently every time he send location get me notification 'location tracking is active ' this notification appear for a few seconds and hide quickly
0.74.2
):Steps to Reproduce
1. 2. 3. 4.
Context
Debug logs
Logs
``` PASTE_YOUR_LOGS_HERE [background-geolocation.log](https://github.com/user-attachments/files/16827730/background-geolocation.log) ```