Remove the exception log.
authorHokwon Song <hokwon.song@samsung.com>
Tue, 6 Aug 2013 05:52:49 +0000 (14:52 +0900)
committerHokwon Song <hokwon.song@samsung.com>
Tue, 6 Aug 2013 05:52:49 +0000 (14:52 +0900)
Change-Id: I02643771aea154b1927f1da613c10c4ba651a516
Signed-off-by: Hokwon Song <hokwon.song@samsung.com>
src/system/FSys_DeviceManagerStub.cpp
src/system/FSys_RuntimeInfoStub.cpp

index 7b52901..491dae8 100644 (file)
@@ -74,8 +74,7 @@ _DeviceManagerStub::~_DeviceManagerStub(void)
                delete __pDeviceManagerServiceIpcEventForAsync;
        }
        __interestedPidList.RemoveAll();
-       result  r = __Mutex.Release();
-       SysTryReturn(NID_SYS, r == E_SUCCESS, , r, "It is failed to release mutex. [%s] Propaged.", GetErrorMessage(r));
+       __Mutex.Release();
 }
 
 _DeviceManagerStub*
index 7b7bd3a..b057229 100644 (file)
@@ -94,8 +94,7 @@ _RuntimeInfoStub::~_RuntimeInfoStub(void)
                __pIpcServer->Stop();
        }
 
-       result  r = __Mutex.Release();
-       SysTryReturn(NID_SYS, r == E_SUCCESS, , r, "It is failed to release mutex. [%s] Propaged.", GetErrorMessage(r));
+       __Mutex.Release();
 
        if(pthread_mutex_destroy(&send_msg_lock))
        {