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

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

Merge "Avoid EuiccController#dump off of main thread" into rvc-dev am: 3476a0d1 am: ef625631

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

Change-Id: I5773252bf4ad73bb5e172616c8df63b12c2301d0
parents f46a76b9 ef625631
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 {