diff -r 9f66f99ee56f -r 1b081cb0800b windowing/windowserver/debuglog/DECODER.CPP --- a/windowing/windowserver/debuglog/DECODER.CPP Fri Sep 24 16:14:28 2010 +0300 +++ b/windowing/windowserver/debuglog/DECODER.CPP Fri Sep 24 16:44:34 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");