-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data collection stops when the screen is off #1861
Comments
which android version are you on? this might be due to doze mode. https://www.makeuseof.com/tag/androids-battery-optimization-harm-good/ |
I'm on Android 8.1.0. I've already tried disabling battery optimizations |
What device is it and are you on stock or a custom ROM? Some manufacturers implement their own battery optimizations that are a little, let's say... overprotective when it comes to battery usage. It might also be, that Android Oreo and newer is not too happy about Stumbler not using notification channels and thus killing the foreground service that should be running while stumbling. I tried to fix this in PR #1862, but I'm not sure when (if at all) that'll be merged. Take this with a grain of salt, though, as I'm not too sure that's what's actually happening. |
I'm on a custom ROM, MicrG+LineageOS |
The app stops gathering data once I lock the device's screen. Once I unlock my phone, everything goes back to normal
The text was updated successfully, but these errors were encountered: