diff -r 94cb00198351 -r 1ddbe54d0645 sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmdsimsecuritycheck.cpp --- a/sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmdsimsecuritycheck.cpp Thu Jul 15 20:05:35 2010 +0300 +++ b/sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmdsimsecuritycheck.cpp Thu Aug 19 11:09:10 2010 +0300 @@ -155,6 +155,8 @@ __ASSERT_ALWAYS(!IsActive(), PanicNow(KPanicCustomCmdSimSecurityCheck, EInternalStateError)); __ASSERT_ALWAYS(!iStateChangePending, PanicNow(KPanicCustomCmdSimSecurityCheck, EInternalStateError)); + DEBUGPRINT2A("CCustomCmdSimSecurityCheck StartStateChange with State - %d ", aState); + iSubState = ESecuritySubStateNone; iStateChangePending = ETrue; iNoteType = aNoteType; @@ -262,6 +264,8 @@ TInt errorCode = KErrNone; //Handle the state transition + + DEBUGPRINT2A("CCustomCmdSimSecurityCheck SecurityCheckL with State - %d ", iState); switch (iState) { case StartupAdaptation::ESIMPresent: @@ -332,6 +336,7 @@ void CCustomCmdSimSecurityCheck::DoSecurityCheck() { + DEBUGPRINT2A("CCustomCmdSimSecurityCheck DoSecurityCheck with State - %d ", iState); //Handle pending state transition switch (iState) {