diff -r 17af172ffa5f -r 630d2f34d719 telephonyserverplugins/ctsydispatchlayer/src/cctsydispatchercallback.cpp --- a/telephonyserverplugins/ctsydispatchlayer/src/cctsydispatchercallback.cpp Thu Aug 19 11:03:36 2010 +0300 +++ b/telephonyserverplugins/ctsydispatchlayer/src/cctsydispatchercallback.cpp Tue Aug 31 16:23:08 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -13,6 +13,11 @@ // Description: // +#include "OstTraceDefinitions.h" +#ifdef OST_TRACE_COMPILER_IN_USE +#include "cctsydispatchercallbackTraces.h" +#endif + #include #include #include "ccallcontroldispatcher.h" @@ -4178,7 +4183,8 @@ //initial invetigation shows a "ExitInfo 2,23,USER" TSYLOGENTRYEXIT; - LOG(_L8("aError=%d, aDcs=%d, aType=%d, aFormat=%d"),aError, aDcs, aType, aFormat) + + OstTraceDefExt5(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CCTSYDISPATCHERCALLBACK_CALLBACKSUPPLEMENTARYSERVICESRECEIVEUSSDMESSAGEIND_1,"aError=%d, aDcs=%d, aType=%d, aFormat=%d aMessage=%s", aError, aDcs, aType, aFormat,aMessage); // Forward completion to correct dispatcher object to handle __ASSERT_DEBUG(iDispatcherHolder, CtsyDispatcherPanic(EInvalidNullPtr));