uiacceltk/hitchcock/goommonitor/inc/traceconfiguration.hrh
changeset 19 f5bac0badc7e
parent 0 15bf7259bb7c
child 17 3ac8bf5c5014
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
    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