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

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

Change-Id: Ic5fdbbcfed2d840a74b01443d9ba5806b52f4745
parents 6393105a d725e7ae
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':