Commit 1fc26f34 authored by Vaibhav Shrivastava's avatar Vaibhav Shrivastava

Updated SIDL SEQUANS-1.1-66

parent 4527c668
...@@ -35,10 +35,6 @@ ...@@ -35,10 +35,6 @@
// Internal includes // Internal includes
#include "adbg.h" #include "adbg.h"
#include "acpCtx.h" #include "acpCtx.h"
#if 0
// Tracepoint
#include <lttng/tracelog.h>
#endif
adbgGlobalLogger_t adbgGlobalLogger = NULL; adbgGlobalLogger_t adbgGlobalLogger = NULL;
...@@ -217,10 +213,7 @@ void adbgPrintFormatLog(acpCtx_t ctx) ...@@ -217,10 +213,7 @@ void adbgPrintFormatLog(acpCtx_t ctx)
sz++; sz++;
SIDL_ASSERT(ACP_CTX_CAST(ctx)->logFormatBufMaxSize > sz); SIDL_ASSERT(ACP_CTX_CAST(ctx)->logFormatBufMaxSize > sz);
#if 0
lttng_ust_tracelog(LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG, "%s \n",
(char*)ACP_CTX_CAST(ctx)->logFormatBuf);
#endif
ACP_CTX_CAST(ctx)->logger((const char*)ACP_CTX_CAST(ctx)->logFormatBuf); ACP_CTX_CAST(ctx)->logger((const char*)ACP_CTX_CAST(ctx)->logFormatBuf);
ACP_CTX_CAST(ctx)->logBufSize = 0; ACP_CTX_CAST(ctx)->logBufSize = 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment