Loading core/java/android/appwidget/AppWidgetHostView.java +2 −2 Original line number Diff line number Diff line Loading @@ -588,7 +588,7 @@ public class AppWidgetHostView extends FrameLayout { return ; } if (exception != null) { Log.w(TAG, "Error inflating RemoteViews : " + exception.toString()); Log.w(TAG, "Error inflating RemoteViews", exception); } content = getErrorView(); mViewMode = VIEW_MODE_ERROR; Loading Loading @@ -786,7 +786,7 @@ public class AppWidgetHostView extends FrameLayout { } if (exception != null) { Log.w(TAG, "Error inflating AppWidget " + mInfo + ": " + exception.toString()); Log.w(TAG, "Error inflating AppWidget " + mInfo, exception); } if (defaultView == null) { Loading Loading
core/java/android/appwidget/AppWidgetHostView.java +2 −2 Original line number Diff line number Diff line Loading @@ -588,7 +588,7 @@ public class AppWidgetHostView extends FrameLayout { return ; } if (exception != null) { Log.w(TAG, "Error inflating RemoteViews : " + exception.toString()); Log.w(TAG, "Error inflating RemoteViews", exception); } content = getErrorView(); mViewMode = VIEW_MODE_ERROR; Loading Loading @@ -786,7 +786,7 @@ public class AppWidgetHostView extends FrameLayout { } if (exception != null) { Log.w(TAG, "Error inflating AppWidget " + mInfo + ": " + exception.toString()); Log.w(TAG, "Error inflating AppWidget " + mInfo, exception); } if (defaultView == null) { Loading