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

Commit 0f5e02dd authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Gerrit Code Review
Browse files

Merge "Restore dumpsys iphonesubinfo"

parents bf343015 0f5aa609
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -485,6 +485,14 @@ public class PhoneFactory {
            }
            pw.flush();
            pw.println("++++++++++++++++++++++++++++++++");

            try {
                phoneProxy.getPhoneSubInfo().dump(fd, pw, args);
            } catch (Exception e) {
                e.printStackTrace();
            }
            pw.flush();
            pw.println("++++++++++++++++++++++++++++++++");
        }

        try {