add exception handling code for OOM case
[platform/framework/native/appwidget-service.git] / src / FShell_AppWidgetContext.cpp
index 750eb47..034348c 100644 (file)
@@ -225,7 +225,7 @@ _AppWidgetContext::OnUpdateAsync(_AppContext* pAppContext, const String& argumen
 void
 _AppWidgetContext::OnResize(int width, int height)
 {
-       SysSecureLog(NID_SHELL, "appId(%ls), instanceId(%ls), width(%d), height(%d), priority(%d)", GetProviderId().GetPointer(), GetInstanceId().GetPointer(), GetWidth(), GetHeight(), GetPriority());
+       SysSecureLog(NID_SHELL, "appId(%ls), instanceId(%ls), width(%d->%d), height(%d->%d)", GetProviderId().GetPointer(), GetInstanceId().GetPointer(), GetWidth(), width, GetHeight(), height);
 
        SetWidth(width);
        SetHeight(height);