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

Commit 67d21b17 authored by Alex Lin's avatar Alex Lin Committed by Automerger Merge Worker
Browse files

Merge "Avoid EuiccController#dump off of main thread" am: 1512a912

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1352886

Change-Id: I18df075bdd63da7620984fbfeb3332d8361271d0
parents 0352841d 1512a912
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -573,20 +573,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 {