diff -r 2666d9724c76 -r d4f567ce2e7c phonebookui/Phonebook2/ccapplication/inc/ccalogger.h --- 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