At least warn when DBG_TESTSOLARMUTEX has not been set up
Change-Id: I5ae5318685ffe45bd9616d06eea21a93585715f2
This commit is contained in:
@@ -1116,6 +1116,9 @@ void* DbgFunc( sal_uInt16 nAction, void* pParam )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case DBG_FUNC_TESTSOLARMUTEX:
|
case DBG_FUNC_TESTSOLARMUTEX:
|
||||||
|
SAL_WARN_IF(
|
||||||
|
pDebugData->pDbgTestSolarMutex == 0, "tools.debug",
|
||||||
|
"no DbgTestSolarMutex function set");
|
||||||
if ( pDebugData->pDbgTestSolarMutex )
|
if ( pDebugData->pDbgTestSolarMutex )
|
||||||
pDebugData->pDbgTestSolarMutex();
|
pDebugData->pDbgTestSolarMutex();
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user