Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49689d7c authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Print correct version code when skipping outdated system packages" into...

Merge "Print correct version code when skipping outdated system packages" into pi-dev am: bf22d134
am: 8c943d07

Change-Id: Ib4a3866ea97b28e616dd1f4ceba6186cc6ce3ec3
parents 8c6d1f0d 8c943d07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8804,7 +8804,7 @@ public class PackageManagerService extends IPackageManager.Stub
            // equal to the version on the /data partition. Throw an exception and use
            // the application already installed on the /data partition.
            throw new PackageManagerException(Log.WARN, "Package " + pkg.packageName + " at "
                    + pkg.codePath + " ignored: updated version " + disabledPkgSetting.versionCode
                    + pkg.codePath + " ignored: updated version " + pkgSetting.versionCode
                    + " better than this " + pkg.getLongVersionCode());
        }