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

Commit 3476a0d1 authored by Alex Lin's avatar Alex Lin Committed by Android (Google) Code Review
Browse files

Merge "Avoid EuiccController#dump off of main thread" into rvc-dev

parents 6b3d35d4 57267de7
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -577,20 +577,6 @@ public class PhoneFactory {
        pw.decreaseIndent();
        pw.println("++++++++++++++++++++++++++++++++");

        if (sEuiccController != null) {
            pw.println("EuiccController:");
            pw.increaseIndent();
            try {
                sEuiccController.dump(fd, pw, args);
                sEuiccCardController.dump(fd, pw, args);
            } catch (Exception e) {
                e.printStackTrace();
            }
            pw.flush();
            pw.decreaseIndent();
            pw.println("++++++++++++++++++++++++++++++++");
        }

        pw.println("SubscriptionController:");
        pw.increaseIndent();
        try {