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

Commit 7cf92681 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by android-build-merger
Browse files

Merge "Restore dumpsys iphonesubinfo"

am: 0f5e02dd

* commit '0f5e02dd':
  Restore dumpsys iphonesubinfo
parents 45029f56 0f5e02dd
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 {