diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/viewframework/tvout/src/glxactivedecoder.cpp --- a/photosgallery/viewframework/tvout/src/glxactivedecoder.cpp Wed Apr 14 15:57:24 2010 +0300 +++ b/photosgallery/viewframework/tvout/src/glxactivedecoder.cpp Tue Apr 27 16:37:53 2010 +0300 @@ -57,10 +57,12 @@ TRACER("CGlxHdmiDecoderAO::RunL()"); if(iStatus == KErrUnderflow) { + GLX_LOG_INFO("CGlxHdmiDecoderAO::RunL() - call continueconvert"); iDecoder->ContinueConvert(&iStatus); } else { + GLX_LOG_INFO("CGlxHdmiDecoderAO::RunL() - call handlerunL"); iHdmiSurfaceUpdater->HandleRunL(iStatus); } }