diff -r 072a9626b290 -r 09d657f1ee00 sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmdsimsecuritycheck.cpp --- a/sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmdsimsecuritycheck.cpp Wed Aug 18 11:03:14 2010 +0300 +++ b/sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmdsimsecuritycheck.cpp Thu Sep 02 21:48:26 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) {