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

Commit e55fa3b0 authored by Andy Stadler's avatar Andy Stadler Committed by Android Git Automerger
Browse files

am 8a703c77: am 8e2be267: Add versionCode and versionName to dumpsys packages

Merge commit '8a703c77'

* commit '8a703c77':
  Add versionCode and versionName to dumpsys packages
parents a8b6dad8 8a703c77
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7208,6 +7208,8 @@ class PackageManagerService extends IPackageManager.Stub {
                    pw.print("    pkgFlags=0x"); pw.print(Integer.toHexString(ps.pkgFlags));
                            pw.print(" installStatus="); pw.print(ps.installStatus);
                            pw.print(" enabled="); pw.println(ps.enabled);
                    pw.print("    versionCode="); pw.print(ps.versionCode);
                            pw.print(" versionName="); pw.println(ps.pkg.mVersionName);
                    if (ps.disabledComponents.size() > 0) {
                        pw.println("    disabledComponents:");
                        for (String s : ps.disabledComponents) {