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

FYI: phantom processes killed by Android #122

Closed
devnoname120 opened this issue Jan 14, 2025 · 2 comments
Closed

FYI: phantom processes killed by Android #122

devnoname120 opened this issue Jan 14, 2025 · 2 comments
Assignees

Comments

@devnoname120
Copy link

Even if you add an app to the battery exemptions it still gets its background processes killed: https://github.com/agnostic-apollo/Android-Docs/blob/f89b5a310ce21a9aa97245f5ca0ccd5d1e46bcc4/en/docs/apps/processes/phantom-cached-and-empty-processes.md

You need to disable the killing of phantom processes in addition to allowlisting the app. Thought it would be worth mentioning this in the README.md along the battery-saver exemption! 🙂

@chenxiaolong chenxiaolong self-assigned this Jan 14, 2025
@chenxiaolong
Copy link
Owner

Thanks for reporting this! Is this something you've tested and verified on your device? (And if so, which device and OS?)

I would be very surprised if it makes a difference. The phantom process restriction only affects child processes, but RSAF never spawns any child processes. RSAF is very different from other rclone apps in that rclone is compiled as a library and loaded directly into the main process instead of running a separate rclone executable as a child process.

@devnoname120
Copy link
Author

@chenxiaolong No I haven't tested for RSAF. I had the issue when running rclone mount as a Termux:Boot service. Thanks for the heads-up about rclone running in the main process!

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

No branches or pull requests

2 participants