Merge "Fixing typo in dump log." into nyc-mr1-dev

This commit is contained in:
Winson Chung
2016-08-26 01:04:48 +00:00
committed by Android (Google) Code Review

View File

@@ -2266,6 +2266,7 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
pw.print(info.updatePeriodMillis);
pw.print(" resizeMode=");
pw.print(info.resizeMode);
pw.print(" widgetCategory=");
pw.print(info.widgetCategory);
pw.print(" autoAdvanceViewId=");
pw.print(info.autoAdvanceViewId);