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

Commit 623cfa66 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes NPE when system update couldn't be parsed"

parents 6445fbcb 216d1748
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8440,8 +8440,8 @@ public class PackageManagerService extends IPackageManager.Stub
            }
            pkg.mExtras = updatedPs;
            throw new PackageManagerException(Log.WARN, "Package " + ps.name + " at "
                    + pkg.codePath + " ignored: updated version " + ps.versionCode
            throw new PackageManagerException(Log.WARN, "Package " + pkg.packageName + " at "
                    + pkg.codePath + " ignored: updated version " + updatedPs.versionCode
                    + " better than this " + pkg.mVersionCode);
        }