uiacceltk/hitchcock/goommonitor/inc/traceconfiguration.hrh
changeset 21 6ce30188c5bf
parent 19 f5bac0badc7e
equal deleted inserted replaced
19:f5bac0badc7e 21:6ce30188c5bf
    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