diff -r 2a26698d78ba -r 38529f706030 phoneapp/phoneuiutils/src/cphoneqwertymodemonitor.cpp --- a/phoneapp/phoneuiutils/src/cphoneqwertymodemonitor.cpp Mon Mar 15 12:40:24 2010 +0200 +++ b/phoneapp/phoneuiutils/src/cphoneqwertymodemonitor.cpp Wed Mar 31 21:30:06 2010 +0300 @@ -126,6 +126,9 @@ if ( aKey == KAknQwertyInputModeActive ) { iQwertyMode = aValue; + + __PHONELOG1( EBasic, EPhoneUIUtils, + "CPhoneQwertyModeMonitor::HandlePropertyChangedL KAknQwertyInputModeActive = %d", aValue ); for ( TInt i = 0; i < iObserverArray.Count(); i++ ) { @@ -136,6 +139,9 @@ #ifdef RD_INTELLIGENT_TEXT_INPUT else if ( aKey == KAknKeyBoardLayout ) { + __PHONELOG1( EBasic, EPhoneUIUtils, + "CPhoneQwertyModeMonitor::HandlePropertyChangedL KAknKeyBoardLayout = %d", aValue ); + for ( TInt i = 0; i < iObserverArray.Count(); i++ ) { iKeyboard = aValue;