SWDEV-249924 : hip correlation id explicite propogation; tracer debug instrumentation;

Change-Id: Ibbc411541f5610ce739f3fc1efa1ab7f605220f5

initial commmit

Change-Id: I34b360be62c2083819dc5c3acc8268bd69f2f58a
This commit is contained in:
Evgeny
2020-09-22 06:20:08 -04:00
committed by Evgeny Shcherbakov
parent 7b6c94e9e9
commit ef61a39603
4 changed files with 88 additions and 19 deletions
+4 -1
View File
@@ -61,8 +61,11 @@ if ( "$ENV{CXX}" STREQUAL "/usr/bin/clang++" )
endif()
## Enable debug trace
if ( DEFINED CMAKE_DEBUG_TRACE )
add_definitions ( -DDEBUG_TRACE_ON=1 )
endif()
if ( DEFINED ENV{CMAKE_DEBUG_TRACE} )
add_definitions ( -DDEBUG_TRACE=1 )
add_definitions ( -DDEBUG_TRACE_ON=1 )
endif()
if ( NOT DEFINED LIBRARY_TYPE )