Add SysSecureLog
authorJaehwan Lee <jh8379.lee@samsung.com>
Fri, 19 Apr 2013 06:13:56 +0000 (15:13 +0900)
committerJaehwan Lee <jh8379.lee@samsung.com>
Fri, 19 Apr 2013 06:13:56 +0000 (15:13 +0900)
Change-Id: I646c82292b592e074f2e79510043984972c1ccda
Signed-off-by: Jaehwan Lee <jh8379.lee@samsung.com>
src/WifiConnectivityIpcStub.cpp

index 052186c..52d2a57 100644 (file)
@@ -159,7 +159,7 @@ WifiConnectivityIpcStub::OnSetWifiSystemScanMode(int mode, unsigned long* pResul
 #if !defined (_OSP_EMUL_)
        String packageId = __pIpcServer->GetClientAppId();
 
-       SysLog(NID_NET_WIFI, "Received the request of setting the Wi-Fi system scan mode with clientId : %d, AppPkgId : %ls",
+       SysSecureLog(NID_NET_WIFI, "Received the request of setting the Wi-Fi system scan mode with clientId : %d, AppPkgId : %ls",
                                __pIpcServer->GetClientId(), packageId.GetPointer());
 
        *pResult = _AccessController::CheckSystemPrivilege(packageId, _PRV_WIFIMANAGER);
@@ -190,7 +190,7 @@ WifiConnectivityIpcStub::OnCheckWifiSystemSettingPrivilege(unsigned long* pResul
 #if !defined (_OSP_EMUL_)
        String packageId = __pIpcServer->GetClientAppId();
 
-       SysLog(NID_NET_WIFI, "Received the request of checking the Wi-Fi system setting privilege with clientId : %d, AppPkgId : %ls",
+       SysSecureLog(NID_NET_WIFI, "Received the request of checking the Wi-Fi system setting privilege with clientId : %d, AppPkgId : %ls",
                                __pIpcServer->GetClientId(), packageId.GetPointer());
 
        *pResult = _AccessController::CheckSystemPrivilege(packageId, _PRV_WIFIMANAGER);
@@ -213,7 +213,7 @@ WifiConnectivityIpcStub::OnUpdateWifiBssInfo(const Tizen::Net::Wifi::WifiBssInfo
 #if !defined (_OSP_EMUL_)
        String packageId = __pIpcServer->GetClientAppId();
 
-       SysLog(NID_NET_WIFI, "Received the request of updating the Wi-Fi BSS info with clientId : %d, AppPkgId : %ls",
+       SysSecureLog(NID_NET_WIFI, "Received the request of updating the Wi-Fi BSS info with clientId : %d, AppPkgId : %ls",
                                __pIpcServer->GetClientId(), packageId.GetPointer());
 
        *pResult = _AccessController::CheckSystemPrivilege(packageId, _PRV_WIFIMANAGER);
@@ -244,7 +244,7 @@ WifiConnectivityIpcStub::OnInitializeWifiDirect(unsigned long* pResult)
 #if !defined (_OSP_EMUL_)
        String packageId = __pIpcServer->GetClientAppId();
 
-       SysLog(NID_NET_WIFI, "Received the request of initializing the Wi-Fi Direct with clientId : %d, AppPkgId : %ls",
+       SysSecureLog(NID_NET_WIFI, "Received the request of initializing the Wi-Fi Direct with clientId : %d, AppPkgId : %ls",
                                __pIpcServer->GetClientId(), packageId.GetPointer());
 
        if (__pWifiService == null)
@@ -265,7 +265,7 @@ void
 WifiConnectivityIpcStub::OnGetWifiDirectLocalDeviceName(Tizen::Base::String* pLocalName, unsigned long* pResult)
 {
 #if !defined (_OSP_EMUL_)
-       SysLog(NID_NET_WIFI, "Received the request of getting the local device name with clientId : %d, AppPkgId : %ls",
+       SysSecureLog(NID_NET_WIFI, "Received the request of getting the local device name with clientId : %d, AppPkgId : %ls",
                                __pIpcServer->GetClientId(), __pIpcServer->GetClientAppId().GetPointer());
 
        if (__pWifiService == null)
@@ -288,7 +288,7 @@ WifiConnectivityIpcStub::OnSetWifiDirectLocalDeviceName(Tizen::Base::String loca
 #if !defined (_OSP_EMUL_)
        String packageId = __pIpcServer->GetClientAppId();
 
-       SysLog(NID_NET_WIFI, "Received the request of setting the local device name with clientId : %d, AppPkgId : %ls",
+       SysSecureLog(NID_NET_WIFI, "Received the request of setting the local device name with clientId : %d, AppPkgId : %ls",
                                __pIpcServer->GetClientId(), packageId.GetPointer());
 
        if (__pWifiService == null)