diff -r 630d2f34d719 -r 07a122eea281 telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstate.cpp --- a/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstate.cpp Tue Aug 31 16:23:08 2010 +0300 +++ b/telephonyprotocols/pdplayer/umts/spudfsm/src/tpdpstate.cpp Wed Sep 01 12:40:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2004-2009 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" @@ -22,16 +22,10 @@ @internalComponent */ - - -#include "OstTraceDefinitions.h" -#ifdef OST_TRACE_COMPILER_IN_USE -#include "tpdpstateTraces.h" -#endif - #include #include "cpdpfsmfactory.h" #include "tpdpstate.h" +#include "spudfsmdebuglogger.h" #include "pdpfsmnmspace.h" #include "reteldriverinput.h" #include "PDPFSM.h" @@ -94,18 +88,17 @@ TPdpState::TPdpState() -#if (OST_TRACE_CATEGORY & OST_TRACE_CATEGORY_DEBUG) +#ifdef _DEBUG : iName() #endif { - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATE_CTOR_1, ">>TPdpState::TPdpState()"); - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATE_CTOR_2, "<>TPdpState::Input()"); - OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATE_INPUT_2, "aOperation : %d", aOperation); + SPUDFSMVERBOSE_FNLOG("TPdpState::Input()"); + SPUDFSMVERBOSE_LOG1(_L("aOperation : %d"), aOperation); if (aOperation == PdpFsm::EContextDeleted || aOperation == SpudMan::EContextDelete || (aOperation == PdpFsm::EContextStatusChangeNetwork && aFsm.iContextStatus == RPacketContext::EStatusDeleted)) @@ -116,26 +109,25 @@ return KErrNone; } - OstTraceDefExt1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATE_INPUT_3, "!!! Unhandled Operation (%S)!!!", *(LogOperation (aFsm, aOperation))); - OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, TPDPSTATE_INPUT_4, "<