commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp
branchRCL_3
changeset 25 9d7ce34704c8
parent 0 dfb7c4ff071f
child 26 b564fb5fd78b
--- a/commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp	Thu Aug 19 11:05:47 2010 +0300
+++ b/commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp	Tue Aug 31 16:25:36 2010 +0300
@@ -157,8 +157,13 @@
         return KErrNone;
         }
     
-    __FLOG_STATIC1(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::ConstructL() constructing session object object <%08x>"), this);
-    
+#ifdef __FLOG_ACTIVE
+    RThread self;
+    TBuf<KMaxFullName> name;
+    self.FullName(name);
+    __FLOG_STATIC2(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::ConstructL() constructing session object <%08x> in thread \"%S\""), this, &name);
+#endif
+
     EstablishVersionL(aRequiredVersion); 
  
     // Connect to the repository
@@ -187,6 +192,7 @@
 @internalComponent
 */
     {
+    __FLOG_STATIC1(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::Close() closing session object <%08x>"), this);
 #ifndef __TOOLS2__
     TRAPD(
         err,