am 84998e28: Merge "Reduce spammy PackageManager critical logs." into lmp-mr1-dev
automerge: adb5def
* commit 'adb5defbd9e27b546c25886046f1977d856509da':
Reduce spammy PackageManager critical logs.
This commit is contained in:
@@ -4278,7 +4278,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
|||||||
if (pkg.mVersionCode < ps.versionCode) {
|
if (pkg.mVersionCode < ps.versionCode) {
|
||||||
// The system package has been updated and the code path does not match
|
// The system package has been updated and the code path does not match
|
||||||
// Ignore entry. Skip it.
|
// 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
|
+ " ignored: updated version " + ps.versionCode
|
||||||
+ " better than this " + pkg.mVersionCode);
|
+ " better than this " + pkg.mVersionCode);
|
||||||
if (!updatedPkg.codePath.equals(scanFile)) {
|
if (!updatedPkg.codePath.equals(scanFile)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user