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

Commit 976586d0 authored by Wink Saville's avatar Wink Saville
Browse files

Add SubscriptionController dump.

Unable to reproduce 17678050 so add a dump method and
ScLocalLogs to hopefully capture what's happening.

Bug: 17678050
Change-Id: I91d99c98cff9b6fd484d4972b5461098bba23ba2
parent de9bf648
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.