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

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

Change-Id: I14f5775c5347072365e0d84ad811078bf57c5855
parents ae62bb1d 7fc43b1f
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':