tauri
tauri copied to clipboard
fix(android): improve error handling for external storage file access
Fixes 500 error when accessing local video files in Android external storage directory via convertFileSrc. Added better error handling and logging for Android external storage access to help diagnose permission and accessibility issues.
Closes #14432
- Enhanced Android-specific error handling in asset protocol handler
- Added file existence checks before attempting to open files
- Added detailed logging for debugging Android external storage access
- Improved error messages with specific guidance for storage permissions
- Added changelog entry in
.changesdirectory
@FabianLars Can you review this PR?
@FabianLars Thanks for the review . Ill use your suggestions!
@FabianLars Ive changed in the latest commits whats have been asked can you review it now?