Skip to content
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

Accuracy: Allow long-running background tests #565

Open
barbeau opened this issue Nov 11, 2021 · 6 comments
Open

Accuracy: Allow long-running background tests #565

barbeau opened this issue Nov 11, 2021 · 6 comments

Comments

@barbeau
Copy link
Owner

barbeau commented Nov 11, 2021

Is your feature request related to a problem? Please describe.
After background service implementation in #550, currently Accuracy mode data is still contained in the Activity. So, if you put the Activity in the background it will eventually be killed, which destroys the test data even if the service and flows are still active.

Describe the solution you'd like
Allow long-running tests in the background when the screen isn't visible. This requires moving the accuracy data into the repo layer so it's retained while the service is running, even if the Activity is destroyed.

@barbeau barbeau added this to the v4.0 milestone Nov 11, 2021
@stale
Copy link

stale bot commented May 30, 2022

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@stale stale bot added the stale label May 30, 2022
@barbeau barbeau removed the stale label May 30, 2022
@stale
Copy link

stale bot commented Dec 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@stale stale bot added the stale label Dec 16, 2022
@barbeau barbeau removed the stale label Dec 16, 2022
@barbeau barbeau modified the milestones: v4.0, v4.1 Apr 4, 2023
@danieldjewell
Copy link

Random thought - Could the phantom process killer "feature" added in Android 12(?) be related here? (I know that it was kind of a huge problem for termux ....... termux/termux-app#2366)

@barbeau
Copy link
Owner Author

barbeau commented Jun 6, 2023

@danieldjewell Good thought, but this specific issue is a design upgrade that I havent done yet (moving the data outside the Activity lifecycle).

It's certainly possible that the phantom process killer could be an issue with GPSTest v3.10.2 running/logging in the background on some devices, but I havent seen any complaints yet. If anyone has a complaint, let's track that as a new issue.

Copy link

stale bot commented Dec 23, 2023

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@stale stale bot added the stale label Dec 23, 2023
@barbeau
Copy link
Owner Author

barbeau commented Dec 23, 2023

Not stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants