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

Commit ef625631 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

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

Change-Id: I5dd09e1c980eda9ef9801d0660c4dbe21d7171d0
parents a28bf2a4 3476a0d1
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 {