fix not to assert when documented exception occured.
authorjungmin76.park <jungmin76.park@samsung.com>
Fri, 21 Jun 2013 12:31:14 +0000 (21:31 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Fri, 21 Jun 2013 12:31:14 +0000 (21:31 +0900)
Change-Id: I457369f1211242f61679bb41bb24f9a2c9286c75
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
src/FShell_AppWidgetProviderManagerImpl.cpp

index 3413194..4cebe70 100644 (file)
@@ -149,7 +149,7 @@ _AppWidgetProviderManagerImpl::SetAppWidgetProviderFactory(IAppWidgetProviderFac
                r = SendResult(INVALID_INSTANCE, false);
                SysTryLog(NID_SHELL, !IsFailed(r), "Because the context for this dynamic box is removed, POLLRDHUP occurs.");
 
-               SysAssertf(false, "The application's attribute does not meet the condition to provide Dynamic Box.");
+//             SysAssertf(false, "The application's attribute does not meet the condition to provide Dynamic Box.");
        }
 
        SysLog(NID_SHELL, "enter");
@@ -169,7 +169,7 @@ _AppWidgetProviderManagerImpl::SetAppWidgetPopupProviderFactory(IAppWidgetPopupP
                r = SendResult(INVALID_INSTANCE, false);
                SysTryLog(NID_SHELL, !IsFailed(r), "Because the context for this dynamic box is removed, POLLRDHUP occurs.");
 
-               SysAssertf(false, "The application's attribute does not meet the condition to provide Dynamic Box.");
+//             SysAssertf(false, "The application's attribute does not meet the condition to provide Dynamic Box.");
        }
 
        __pAppWidgetPopupProviderFactory = &factory;