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

Commit c93ffd4a authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Add SubscriptionController dump." into lmp-dev

parents 536cae75 976586d0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -116,6 +116,13 @@ public class DebugService {
        }
        pw.flush();
        pw.println("++++++++++++++++++++++++++++++++");

        try {
            SubscriptionController.getInstance().dump(fd, pw, args);
        } catch (Exception e) {
            e.printStackTrace();
        }
        pw.flush();
        log("dump: -");
    }

+210 −70

File changed.

Preview size limit exceeded, changes collapsed.