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

AppCleaner: If a file can't be accessed, continue with the other files #1402

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

d4rken
Copy link
Member

@d4rken d4rken commented Sep 14, 2024

A file that we are trying to delete, may be un-readable in addition to being un-writable. So a ReadException could be thrown too.

While we can't fix the underlying issue that prevents a file from being read or written, we can continue on with the other deletion tasks, and just leave this one for the user to investigate.

Closes #1391

A file that we are trying to delete, may be un-readable in addition to being un-writable.
So a `ReadException` could be thrown too.

While we can't fix the underlying issue that prevents a file from being read or written, we can continue on with the other deletion tasks, and just leave this one for the user to investigate.

Closes #1391
@d4rken d4rken added bug Something isn't working as expected c: AppCleaner ADB ADB/Shizuku related labels Sep 14, 2024
@d4rken d4rken merged commit 35a7b7e into main Sep 14, 2024
16 checks passed
@d4rken d4rken deleted the appcleaner-fix-abort-on-delete-error branch September 14, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADB ADB/Shizuku related bug Something isn't working as expected c: AppCleaner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Appcleaner Errors when deleting
1 participant