Loading services/core/java/com/android/server/pm/PackageManagerService.java +5 −4 Original line number Diff line number Diff line Loading @@ -6962,10 +6962,11 @@ public class PackageManagerService extends IPackageManager.Stub { // If the cache was pruned, any compiled odex files will likely be out of date // and would have to be patched (would be SELF_PATCHOAT, which is deprecated). // Instead, force the extraction in this case. performDexOpt(pkg.packageName, null /* instructionSet */, performDexOpt(pkg.packageName, null /* instructionSet */, false /* checkProfiles */, causeFirstBoot ? REASON_FIRST_BOOT : REASON_BOOT, causePrunedCache); false /* force */); } } } Loading Loading
services/core/java/com/android/server/pm/PackageManagerService.java +5 −4 Original line number Diff line number Diff line Loading @@ -6962,10 +6962,11 @@ public class PackageManagerService extends IPackageManager.Stub { // If the cache was pruned, any compiled odex files will likely be out of date // and would have to be patched (would be SELF_PATCHOAT, which is deprecated). // Instead, force the extraction in this case. performDexOpt(pkg.packageName, null /* instructionSet */, performDexOpt(pkg.packageName, null /* instructionSet */, false /* checkProfiles */, causeFirstBoot ? REASON_FIRST_BOOT : REASON_BOOT, causePrunedCache); false /* force */); } } } Loading