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

Commit 498dbb88 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Don't just log this warning; record the situation for posterity"

parents e2802755 08af733f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4997,8 +4997,9 @@ public class PackageManagerService extends IPackageManager.Stub {
                            // discard the previous declaration and consider the system's to be
                            // canonical.
                            if (isSystemApp(p.owner)) {
                                Slog.i(TAG, "New decl " + p.owner + " of permission  "
                                        + p.info.name + " is system");
                                String msg = "New decl " + p.owner + " of permission  "
                                        + p.info.name + " is system";
                                reportSettingsProblem(Log.WARN, msg);
                                bp.sourcePackage = null;
                            }
                        }