Loading services/core/java/com/android/server/pm/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -2470,7 +2470,7 @@ public final class Settings implements Watchable, Snappable { mReadMessages.append("Reading from backup stopped packages file\n"); PackageManagerService.reportSettingsProblem(Log.INFO, "Need to read from backup stopped packages file"); if (mSettingsFilename.exists()) { if (mStoppedPackagesFilename.exists()) { // If both the backup and normal file exist, we // ignore the normal one since it might have been // corrupted. Loading Loading
services/core/java/com/android/server/pm/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -2470,7 +2470,7 @@ public final class Settings implements Watchable, Snappable { mReadMessages.append("Reading from backup stopped packages file\n"); PackageManagerService.reportSettingsProblem(Log.INFO, "Need to read from backup stopped packages file"); if (mSettingsFilename.exists()) { if (mStoppedPackagesFilename.exists()) { // If both the backup and normal file exist, we // ignore the normal one since it might have been // corrupted. Loading