Merge "Add more debug info for missing required package." into tm-dev

This commit is contained in:
Alex Buynytskyy
2022-04-05 01:11:18 +00:00
committed by Android (Google) Code Review

View File

@@ -3536,6 +3536,8 @@ public class PackageManagerService implements PackageSender, TestUtilityService
EventLog.writeEvent(0x534e4554, "145981139", packageInfo.applicationInfo.uid, EventLog.writeEvent(0x534e4554, "145981139", packageInfo.applicationInfo.uid,
""); "");
} }
Log.w(TAG, "Missing required system package: " + packageName + (packageInfo != null
? ", but found with extended search." : "."));
return null; return null;
} }
} finally { } finally {