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

Unverified Commit a351017a authored by Danny Baumann's avatar Danny Baumann Committed by Michael Bestas
Browse files

Also dump widget options in 'dumpsys appwidget'.

Change-Id: Ia002c4b93d453ecb94be9312371ec71853a9774b
parent 2142a5c9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2305,6 +2305,9 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
        if (widget.views != null) {
            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 {