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

Commit dfa40390 authored by Song Chun Fan's avatar Song Chun Fan Committed by Gerrit Code Review
Browse files

Merge "Amend the log for Settings.java" into main

parents d912cc24 6e74d62e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2724,7 +2724,8 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile

        } catch (java.io.IOException e) {
            mReadMessages.append("Error reading: " + e.toString());
            PackageManagerService.reportSettingsProblem(Log.ERROR, "Error reading settings: " + e);
            PackageManagerService.reportSettingsProblem(Log.ERROR,
                    "Error reading stopped packages: " + e);
            Slog.wtf(PackageManagerService.TAG, "Error reading package manager stopped packages",
                    e);