Loading services/core/java/com/android/server/StorageManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1808,7 +1808,7 @@ class StorageManagerService extends IStorageManager.Stub // different mIsFuseEnabled = SystemProperties.getBoolean(PROP_FUSE, DEFAULT_FUSE_ENABLED); mVoldAppDataIsolationEnabled = mIsFuseEnabled && SystemProperties.getBoolean( ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, true); ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, false); mContext = context; mResolver = mContext.getContentResolver(); mCallbacks = new Callbacks(FgThread.get().getLooper()); Loading services/core/java/com/android/server/am/ProcessList.java +1 −1 Original line number Diff line number Diff line Loading @@ -721,7 +721,7 @@ public final class ProcessList { SystemProperties.getBoolean(ANDROID_APP_DATA_ISOLATION_ENABLED_PROPERTY, true); boolean fuseEnabled = SystemProperties.getBoolean(ANDROID_FUSE_ENABLED, false); boolean voldAppDataIsolationEnabled = SystemProperties.getBoolean( ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, true); ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, false); if (!fuseEnabled && voldAppDataIsolationEnabled) { Slog.e(TAG, "Fuse is not enabled while vold app data isolation is enabled"); } Loading Loading
services/core/java/com/android/server/StorageManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1808,7 +1808,7 @@ class StorageManagerService extends IStorageManager.Stub // different mIsFuseEnabled = SystemProperties.getBoolean(PROP_FUSE, DEFAULT_FUSE_ENABLED); mVoldAppDataIsolationEnabled = mIsFuseEnabled && SystemProperties.getBoolean( ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, true); ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, false); mContext = context; mResolver = mContext.getContentResolver(); mCallbacks = new Callbacks(FgThread.get().getLooper()); Loading
services/core/java/com/android/server/am/ProcessList.java +1 −1 Original line number Diff line number Diff line Loading @@ -721,7 +721,7 @@ public final class ProcessList { SystemProperties.getBoolean(ANDROID_APP_DATA_ISOLATION_ENABLED_PROPERTY, true); boolean fuseEnabled = SystemProperties.getBoolean(ANDROID_FUSE_ENABLED, false); boolean voldAppDataIsolationEnabled = SystemProperties.getBoolean( ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, true); ANDROID_VOLD_APP_DATA_ISOLATION_ENABLED_PROPERTY, false); if (!fuseEnabled && voldAppDataIsolationEnabled) { Slog.e(TAG, "Fuse is not enabled while vold app data isolation is enabled"); } Loading