From 314d5e67be455e1f06e3d87e3ef4fb0530daa0ed Mon Sep 17 00:00:00 2001 From: "dukan.kim" Date: Fri, 19 Apr 2013 20:44:35 +0900 Subject: [PATCH] Applys secure log. Change-Id: I0fa45b927b928851174e476c7706cb9541bab1d1 Signed-off-by: dukan.kim --- src/BluetoothConnectivityIpcStub.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 src/BluetoothConnectivityIpcStub.cpp diff --git a/src/BluetoothConnectivityIpcStub.cpp b/src/BluetoothConnectivityIpcStub.cpp old mode 100644 new mode 100755 index fd849c9..114dad5 --- a/src/BluetoothConnectivityIpcStub.cpp +++ b/src/BluetoothConnectivityIpcStub.cpp @@ -123,7 +123,7 @@ void BluetoothConnectivityIpcStub::OnGetBluetoothLocalDeviceName(Tizen::Base::String* pLocalName, unsigned long* pResult) { #if !defined (_OSP_EMUL_) - SysLog(NID_NET_BT, "Received the request of getting the local device name with clientId : %d, AppPkgId : %ls", + SysSecureLog(NID_NET_BT, "Received the request of getting the local device name with clientId : %d, AppPkgId : %ls", __pIpcServer->GetClientId(), __pIpcServer->GetClientAppId().GetPointer()); if (__pBtService == null) @@ -146,7 +146,7 @@ BluetoothConnectivityIpcStub::OnSetBluetoothLocalDeviceName(Tizen::Base::String #if !defined (_OSP_EMUL_) String packageId = __pIpcServer->GetClientAppId(); - SysLog(NID_NET_BT, "Received the request of setting the local device name with clientId : %d, AppPkgId : %ls", + SysSecureLog(NID_NET_BT, "Received the request of setting the local device name with clientId : %d, AppPkgId : %ls", __pIpcServer->GetClientId(), packageId.GetPointer()); if (__pBtService == null) @@ -169,7 +169,7 @@ BluetoothConnectivityIpcStub::OnSetBluetoothDiscoverableMode(int mode, int secon #if !defined (_OSP_EMUL_) String packageId = __pIpcServer->GetClientAppId(); - SysLog(NID_NET_BT, "Received the request of setting the discoverable mode with clientId : %d, AppPkgId : %ls", + SysSecureLog(NID_NET_BT, "Received the request of setting the discoverable mode with clientId : %d, AppPkgId : %ls", __pIpcServer->GetClientId(), packageId.GetPointer()); *pResult = _AccessController::CheckSystemPrivilege(packageId, _PRV_BLUETOOTHMANAGER); -- 2.7.4