-
Notifications
You must be signed in to change notification settings - Fork 114
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
RegistrationIntentService leaks a closeable FileOutputStream #973
Labels
Comments
chkuang-g
added a commit
that referenced
this issue
Jun 17, 2022
Make sure all FileStream and FileLock are closed using AutoClose pattern.
chkuang-g
added a commit
that referenced
this issue
Jun 17, 2022
Make sure all FileStream and FileLock are closed using AutoClose pattern.
This looks legit. Thank you for reporting. Let me see if I can put together a quick fix for this. |
chkuang-g
added a commit
that referenced
this issue
Jun 17, 2022
Make sure all FileStream and FileLock are closed using AutoClose pattern.
chkuang-g
added a commit
that referenced
this issue
Jun 17, 2022
Make sure all FileStream and FileLock are closed using AutoClose pattern.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Steps to reproduce:
D/StrictMode
logs100% reproduce.
Sample project that reproduces the bug:
The text was updated successfully, but these errors were encountered: