phonebookui/Phonebook2/ccapplication/inc/ccalogger.h
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
--- a/phonebookui/Phonebook2/ccapplication/inc/ccalogger.h	Wed Sep 15 11:56:55 2010 +0300
+++ b/phonebookui/Phonebook2/ccapplication/inc/ccalogger.h	Wed Oct 13 14:15:33 2010 +0300
@@ -134,20 +134,19 @@
 
 /**
  * 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)
  * 
  */
 
-#ifdef _DEBUG   
-#define PERF_LOGGING
+#undef PERF_LOGGING
 #define PERF_LAUNCH 
-#endif //_DEBUG
+
+
 
 
 #ifdef PERF_LOGGING