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

Commit a9c9eb3b authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6634012 from 3476a0d1 to rvc-release

Change-Id: I9b65323aff8e04c3d62c65fa43ed42983b61f9ef
parents 6f7612e0 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 {