mendhak
mendhak
Hello hello, OK an interesting issue. So from my understanding, [onLowMemory](https://developer.android.com/reference/android/app/Application.html#onLowMemory()), where that message originates, > While the exact point at which this will be called is not defined, generally...
I can't say why it's stopping logging on low memory, I want to guess is that the background service is first getting warnings then being killed off, but this isn't...
Since this last post I did try emulating low memory situations but nothing ever came from them. I tried infinitely appending to lists in memory, I also found some applications...
Oh yes if you can build it that would be very helpful. But if building it becomes bothersome just let me know, and I'll do an APK. Yes just replace...
If you're several same locations in a row, that could be due to network locations. I think the Custom URL lets you send a provider too, you could try sending...
In version 119 (updated in November) I've added a Custom URL Sender feature. Normal logging will still log to URL, but the auto send feature will happen on an interval...
Android location manager only provides a [bearing](https://developer.android.com/reference/android/location/Location#getBearing\(\)) - check does that match up with your understanding of bearing. Since it's not relative to device orientation, I don't think you'll get...
So just to be clear, this sleep mode isn't the same as doze? As in it suspends everything? > there is a setting to add apps that are to be...
There'll be something else going on - the don't log logic still checks for time intervals, so you should still be seeing 5 minutes. Could you [record a log file](https://gpslogger.app/#troubleshooting)...
My understanding is - when logging a point, keep logging until `accuracy timeout` is reached and pretty much picking the best point that falls within the range (unless target accuracy...