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

Commit 91f6cdac authored by Rubin Xu's avatar Rubin Xu Committed by Android (Google) Code Review
Browse files

Merge "Dump ManagedSubscriptionsPolicy correctly"

parents 69e586c6 a0aeb9d6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1441,8 +1441,7 @@ class ActiveAdmin {
        if (mManagedSubscriptionsPolicy != null) {
            pw.println("mManagedSubscriptionsPolicy:");
            pw.increaseIndent();
            pw.print("mPolicyType=");
            mManagedSubscriptionsPolicy.getPolicyType();
            pw.println(mManagedSubscriptionsPolicy);
            pw.decreaseIndent();
        }
    }