uiacceltk/hitchcock/goommonitor/inc/traceconfiguration.hrh
branchRCL_3
changeset 9 3ac8bf5c5014
parent 8 46927d61fef3
equal deleted inserted replaced
8:46927d61fef3 9:3ac8bf5c5014
    23 // Trace definitions
    23 // Trace definitions
    24 //-----------------------------------------------------------------------------
    24 //-----------------------------------------------------------------------------
    25 //
    25 //
    26 
    26 
    27 // just to make it easier to enable traces on rel builds also
    27 // just to make it easier to enable traces on rel builds also
    28 //#ifdef _DEBUG
    28 #ifdef _DEBUG
    29     #define _GOOM_DEBUG
    29     #define _GOOM_DEBUG
    30     #define __GOOM_INFO_TRACE__
    30     #define __GOOM_INFO_TRACE__
    31     #define __GOOM_FUNC_TRACE__
    31     #define __GOOM_FUNC_TRACE__
    32 //#endif
    32 #endif
    33 
    33 
    34 /**
    34 /**
    35 * Error trace enabled
    35 * Error trace enabled
    36 */
    36 */
    37 #ifdef _GOOM_DEBUG
    37 #ifdef _GOOM_DEBUG