Change secure log
authorhs0219.yang <hs0219.yang@samsung.com>
Mon, 13 May 2013 11:44:45 +0000 (20:44 +0900)
committerhs0219.yang <hs0219.yang@samsung.com>
Mon, 13 May 2013 11:44:45 +0000 (20:44 +0900)
Change-Id: I8e128cccc18a3b039c0b2f53a9b7befa638e90c1
Signed-off-by: hs0219.yang <hs0219.yang@samsung.com>
src/controls/FWebCtrl_Web.cpp
src/controls/FWebCtrl_WebImpl.cpp

index 936b158..42acc8b 100755 (executable)
@@ -854,7 +854,7 @@ _Web::DumpPointList(void* pData)
        for(; pList; pList = eina_list_next(pList))
        {
                Ewk_Touch_Point* pPointDump = static_cast<Ewk_Touch_Point*>(eina_list_data_get(pList));
-               SysLog(NID_WEB_CTRL, "The current value of id is %lu, x is %d, y is %d, state is %d", pPointDump->id, pPointDump->x, pPointDump->y, pPointDump->state);
+               SysSecureLog(NID_WEB_CTRL, "The current value of id is %lu, x is %d, y is %d, state is %d", pPointDump->id, pPointDump->x, pPointDump->y, pPointDump->state);
        }
 }
 
index 1894dbc..f1d1ac0 100755 (executable)
@@ -597,7 +597,7 @@ OnNotificationShow(void* pUserData, Evas_Object* pView, void* pEventInfo)
        //ewk_notification_security_origin_get(pNotification)
 
        const char* text = ewk_notification_body_get(pNotification);
-       SysLog(NID_WEB_CTRL, "The current value of icon path is %s",ewk_notification_icon_url_get(pNotification));
+       SysSecureLog(NID_WEB_CTRL, "The current value of icon path is %s",ewk_notification_icon_url_get(pNotification));
 
        std::unique_ptr<_WebNotification> pNotificationWindow( new (std::nothrow) _WebNotification());
        SysTryReturnVoidResult(NID_WEB_CTRL, pNotificationWindow.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));