phonebookui/Phonebook2/ccapplication/inc/ccalogger.h
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
--- a/phonebookui/Phonebook2/ccapplication/inc/ccalogger.h	Thu Jul 15 18:22:55 2010 +0300
+++ b/phonebookui/Phonebook2/ccapplication/inc/ccalogger.h	Thu Aug 19 09:41:07 2010 +0300
@@ -134,19 +134,20 @@
 
 /**
  * PERFORMANCE LOGGINS
- * 
+ * Logging is down only in debug, to get the log files,
+ * need to enable the _DEBUG marco first.
+ *   
  * OPTIONS: 
  * PERF_LOGGING -> 12 different points where performance is measured. (c:\logs\perflogger.txt) 
- * http://presenceprojects/trac/wiki/PerfLogging
- * 
+ *                 http://presenceprojects/trac/wiki/PerfLogging
  * PERF_LAUNCH -> For test guys (c:\logs\perflaunch.txt)
  * 
  */
 
-#undef PERF_LOGGING
+#ifdef _DEBUG   
+#define PERF_LOGGING
 #define PERF_LAUNCH 
-
-
+#endif //_DEBUG
 
 
 #ifdef PERF_LOGGING