Skip to content

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

Merged
d4rken merged 1 commit into
mainfrom
appcleaner-fix-abort-on-delete-error
Sep 14, 2024
Merged

AppCleaner: If a file can't be accessed, continue with the other files#1402
d4rken merged 1 commit into
mainfrom
appcleaner-fix-abort-on-delete-error

Conversation

@d4rken

@d4rken d4rken commented Sep 14, 2024

Copy link
Copy Markdown
Member

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
@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