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

Commit 839eefee authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Also dump widget options in 'dumpsys appwidget'.

Change-Id: Ia002c4b93d453ecb94be9312371ec71853a9774b
parent 55baf29c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2001,6 +2001,9 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
        if (widget.views != null) {
        if (widget.views != null) {
            pw.print("    views="); pw.println(widget.views);
            pw.print("    views="); pw.println(widget.views);
        }
        }
        if (widget.options != null) {
            pw.print("    options="); pw.println(widget.options);
        }
    }
    }


    private static void serializeProvider(XmlSerializer out, Provider p) throws IOException {
    private static void serializeProvider(XmlSerializer out, Provider p) throws IOException {