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

Commit ecb755d8 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: Ic528c122e3ca37fa8cb02e625c822cc02e374f1d
parents 5ff6962f 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 {