minor change
[framework/osp/appwidget-service.git] / src / FShell_AppWidgetManagerStub.cpp
index 61344ce..9a2f5c0 100644 (file)
@@ -190,6 +190,8 @@ _AppWidgetManagerStub::OnIpcRequestReceived(_IpcServer& server, const IPC::Messa
 {
        SysLog(NID_APP, "(appId:%ls, pid:%d, clientId:%d)\n", server.GetClientAppId().GetPointer(), server.GetClientProcessId(), server.GetClientId());
 
+       SysAssertf(__pIpcServer, "__pIpcServer is null!");
+
        IPC_BEGIN_MESSAGE_MAP(_AppWidgetManagerStub, message)
                IPC_MESSAGE_HANDLER_EX(AppWidgetManager_RequestUpdate, &server, OnRequestUpdate)
                IPC_MESSAGE_HANDLER_EX(AppWidgetManager_RequestUpdateInstance, &server, OnRequestUpdateInstance)