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

Commit a42325ae authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Automerger Merge Worker
Browse files

Merge "Add more debug info for missing required package." into tm-dev am: 87dbc684 am: 710dd556

parents a786d516 710dd556
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3514,6 +3514,8 @@ public class PackageManagerService implements PackageSender, TestUtilityService
                    EventLog.writeEvent(0x534e4554, "145981139", packageInfo.applicationInfo.uid,
                            "");
                }
                Log.w(TAG, "Missing required system package: " + packageName + (packageInfo != null
                        ? ", but found with extended search." : "."));
                return null;
            }
        } finally {