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

Commit b5e6e4ee 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

Change-Id: I49e05c4578478b893bc378e2a7b2f10e90727e89
parents f6f80904 e17e10a1
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':