textrendering/textformatting/tbox/FRMSCRND.CPP
branchRCL_3
changeset 16 748ec5531811
parent 0 1fb32624e06b
child 17 336bee5c2d35
--- a/textrendering/textformatting/tbox/FRMSCRND.CPP	Wed Jun 09 11:40:52 2010 +0300
+++ b/textrendering/textformatting/tbox/FRMSCRND.CPP	Tue Aug 31 17:01:26 2010 +0300
@@ -20,6 +20,11 @@
 #include "FRMCONST.H"
 #include "FORMUTIL.H"
 
+#include "OstTraceDefinitions.h"
+#ifdef OST_TRACE_COMPILER_IN_USE
+#include "FRMSCRNDTraces.h"
+#endif
+
 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
 #include "FRMCONST_INTERNAL.H"
 #include "FRMCONST_PARTNER.H"
@@ -104,6 +109,10 @@
 	//Create and activate the main Graphics Context
 	//
 	{
+	if (iGc)
+	    {
+	    OstTrace0( TRACE_DUMP, RSCREENDISPLAY_CREATECONTEXTL, "EFGcNotSet" );
+	    }
 	__ASSERT_DEBUG(iGc==NULL,FormPanic(EFGcNotSet));
 	User::LeaveIfError(iGd->CreateBitmapContext(iGc));
 	if (iWin)