Loading cmds/installd/InstalldNativeService.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -698,9 +698,6 @@ binder::Status InstalldNativeService::createAppDataLocked( if (!status.isOk()) { return status; } if (previousUid != uid) { chown_app_profile_dir(packageName, appId, userId); } // Remember inode numbers of cache directories so that we can clear // contents while CE storage is locked Loading @@ -726,6 +723,9 @@ binder::Status InstalldNativeService::createAppDataLocked( if (!status.isOk()) { return status; } if (previousUid != uid) { chown_app_profile_dir(packageName, appId, userId); } if (!prepare_app_profile_dir(packageName, appId, userId)) { return error("Failed to prepare profiles for " + packageName); Loading Loading
cmds/installd/InstalldNativeService.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -698,9 +698,6 @@ binder::Status InstalldNativeService::createAppDataLocked( if (!status.isOk()) { return status; } if (previousUid != uid) { chown_app_profile_dir(packageName, appId, userId); } // Remember inode numbers of cache directories so that we can clear // contents while CE storage is locked Loading @@ -726,6 +723,9 @@ binder::Status InstalldNativeService::createAppDataLocked( if (!status.isOk()) { return status; } if (previousUid != uid) { chown_app_profile_dir(packageName, appId, userId); } if (!prepare_app_profile_dir(packageName, appId, userId)) { return error("Failed to prepare profiles for " + packageName); Loading