emailservices/emaildebug/inc/emailtraceconfig.hrh
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
child 10 f5907b1a1053
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    45 // line count is reached
    45 // line count is reached
    46 #undef TRACE_FILE_LIMIT_SIZE
    46 #undef TRACE_FILE_LIMIT_SIZE
    47 
    47 
    48 #endif // ENABLE_TRACES
    48 #endif // ENABLE_TRACES
    49 
    49 
       
    50 #ifdef ENABLE_TIMESTAMP_TRACES
       
    51 #ifndef _DEBUG
       
    52 // Undefine error traces
       
    53 #undef ERROR_TRACE
       
    54 // Undefine info traces
       
    55 #undef INFO_TRACE
       
    56 // Undefine function traces
       
    57 #undef FUNC_TRACE
       
    58 // Trace to file
       
    59 #define TRACE_INTO_FILE
       
    60 // Timestamp trace enabled
       
    61 #define TIMESTAMP_TRAC
       
    62 #endif // _DEBUG
       
    63 #endif //ENABLE_TIMESTAMP_TRACES
       
    64 
       
    65 
    50 #endif // EMAILTRACECONFIG_HRH
    66 #endif // EMAILTRACECONFIG_HRH