diff -r 2717213c588a -r 171fae344dd4 windowing/windowserver/debuglog/DECODER.CPP --- a/windowing/windowserver/debuglog/DECODER.CPP Tue Jun 22 15:21:29 2010 +0300 +++ b/windowing/windowserver/debuglog/DECODER.CPP Fri Jul 16 11:45:55 2010 +0300 @@ -834,7 +834,13 @@ _LIT(LogGetExitHighPressureThreshold,"EWsClOpGetExitHighPressureThreshold()"); aText.AppendFormat(LogGetExitHighPressureThreshold); } - break; + break; + case EWsClOpIndicateAppOrientation: + { + _LIT(LogIndicateAppOrientation,"EWsClOpIndicateAppOrientation(%d)"); + aText.AppendFormat(LogIndicateAppOrientation, *pData.Orientation); + } + break; case EWsClOpLastEnumValue: { _LIT(LogLastEnumValue,"EWsClOpLastEnumValue enum");