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

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

am 8e2be267: Add versionCode and versionName to dumpsys packages

Merge commit '8e2be267' into gingerbread-plus-aosp

* commit '8e2be267':
  Add versionCode and versionName to dumpsys packages
parents 4af1de39 8e2be267
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line 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("    pkgFlags=0x"); pw.print(Integer.toHexString(ps.pkgFlags));
                            pw.print(" installStatus="); pw.print(ps.installStatus);
                            pw.print(" installStatus="); pw.print(ps.installStatus);
                            pw.print(" enabled="); pw.println(ps.enabled);
                            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) {
                    if (ps.disabledComponents.size() > 0) {
                        pw.println("    disabledComponents:");
                        pw.println("    disabledComponents:");
                        for (String s : ps.disabledComponents) {
                        for (String s : ps.disabledComponents) {