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

Apply java.nio.file.Files.createDirectories for Android SDK 26 or later to surface more error info #103

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

TonyTangAndroid
Copy link

This is to prepare the fix on #102

TonyTangAndroid and others added 28 commits September 14, 2024 17:33
@@ -105,6 +105,22 @@ public FileOutputStream startWrite() throws IOException {
}
}

private void resolveParentFolder(FileNotFoundException rawError) throws IOException {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are minimum changes without introducing actual fix but to collect more information.

Copy link
Author

@TonyTangAndroid TonyTangAndroid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add minimum changes without introducing actual fix but to collect more information.

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

Successfully merging this pull request may close these issues.

1 participant