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

Commit d4cf134d authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Fix dumpsys output for staged install version" am: 7fc43b1f am: d725e7ae am: e17e10a1

am: b5e6e4ee

Change-Id: I3a9daebb33791646e81506306edaadab445056eb
parents 1524697d b5e6e4ee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -424,8 +424,7 @@ public final class RulesManagerService extends IRulesManager.Stub {
                            if (stagedDistroRulesVersion == null) {
                                pw.println("<None>");
                            } else {
                                pw.println("Staged install version: "
                                        + stagedDistroRulesVersion.toDumpString());
                                pw.println(stagedDistroRulesVersion.toDumpString());
                            }
                            break;
                        case 'a':