diff -r 1801340c26a2 -r e5af45d51884 uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp --- a/uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp Thu Aug 19 10:48:02 2010 +0300 +++ b/uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp Tue Aug 31 16:07:35 2010 +0300 @@ -53,11 +53,13 @@ TInt flags = KGOomUseSwRendering; iPlugin.FreeRam(aBytesRequested, flags); iFreeMemoryWithSwRenderingCalled = ETrue; + TRACES("CGOomRunPlugin::FreeMemory: UseSwRendering TRUE"); } else { iPlugin.FreeRam(aBytesRequested, 0); iFreeMemoryWithSwRenderingCalled = EFalse; + TRACES("CGOomRunPlugin::FreeMemory: UseSwRendering FALSE"); } iFreeMemoryCalled = ETrue;