Skip to content

SystemCleaner: Prevent early abort due to reading inaccessible paths - #741

Merged
d4rken merged 1 commit into
mainfrom
systemcleaner_sdcard_overlap_abort
Oct 21, 2023
Merged

SystemCleaner: Prevent early abort due to reading inaccessible paths#741
d4rken merged 1 commit into
mainfrom
systemcleaner_sdcard_overlap_abort

Conversation

@d4rken

@d4rken d4rken commented Oct 17, 2023

Copy link
Copy Markdown
Member

SD Maid should skip Android/data, Android/obb and Android/media when scanning the SDCARD area as they will be scanned in an additional step if available. This skipping did not work correctly because it was based on currentAreas which would not contain, e.g. PUBLIC_DATA aka Android/data was not accessible and not setup as detected area.

SD Maid should skip `Android/data`, `Android/obb` and `Android/media` when scanning the `SDCARD` area as they will be scanned in an additional step if available.
This skipping did not work correctly because it was based on `currentAreas` which would not contain, e.g. `PUBLIC_DATA` aka `Android/data` was not accessible and not setup as detected area.
@d4rken d4rken added bug Something isn't working as expected c: SystemCleaner labels Oct 17, 2023
@d4rken
d4rken merged commit 784d35e into main Oct 21, 2023
@d4rken
d4rken deleted the systemcleaner_sdcard_overlap_abort branch October 21, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working as expected c: SystemCleaner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant