diff --git a/Classes/LinphoneCoreSettingsStore.m b/Classes/LinphoneCoreSettingsStore.m index 946760e31..286f55e2a 100644 --- a/Classes/LinphoneCoreSettingsStore.m +++ b/Classes/LinphoneCoreSettingsStore.m @@ -785,6 +785,9 @@ if (vfsEnabled) { [lm lpConfigSetBool:TRUE forKey:@"vfs_enabled_preference"]; [self setBool:TRUE forKey:@"vfs_enabled_mode"]; + if (!VFSUtil.activateVFS) { + [VFSUtil oslogWithLog:@"[VFS] Error unable to activate." level:OS_LOG_TYPE_ERROR]; + } } [lm lpConfigSetBool:[self boolForKey:@"auto_write_to_gallery_mode"] forKey:@"auto_write_to_gallery_preference"];