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

Commit adb5defb authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 84998e28: Merge "Reduce spammy PackageManager critical logs." into lmp-mr1-dev

* commit '84998e28':
  Reduce spammy PackageManager critical logs.
parents bec816ad 84998e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4278,7 +4278,7 @@ public class PackageManagerService extends IPackageManager.Stub {
                if (pkg.mVersionCode < ps.versionCode) {
                    // The system package has been updated and the code path does not match
                    // Ignore entry. Skip it.
                    logCriticalInfo(Log.INFO, "Package " + ps.name + " at " + scanFile
                    Slog.i(TAG, "Package " + ps.name + " at " + scanFile
                            + " ignored: updated version " + ps.versionCode
                            + " better than this " + pkg.mVersionCode);
                    if (!updatedPkg.codePath.equals(scanFile)) {