个别终端 writeFile 总是提示空间不足
- 当前 Bug 的表现(可附上截图)
使用了许多设备测试,只有这其中一台出现以下情况;
设备存储空间充足,通过getSavedFileList接口获取设备缓存文件列表,发现缓存文件列表为空, 但是使用writeFile 缓存128kBytes 的数据串时总是提示:writeFile:fail the maximum size of the file storage limit is exceeded"
- 预期表现
成功缓存文件
- 复现路径
- 提供一个最简复现 Demo