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

Commit 8ba361aa authored by Robert Greenwalt's avatar Robert Greenwalt Committed by android-build-merger
Browse files

Merge "Restore dumpsys iphonesubinfo" am: 0f5e02dd

am: 7cf92681

* commit '7cf92681':
  Restore dumpsys iphonesubinfo
parents bc16cf95 7cf92681
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 {