fix(os): add print trace func.

This commit is contained in:
afwerar 2022-05-11 02:00:09 +08:00
parent 32e6557353
commit 42204611ba
1 changed files with 10 additions and 8 deletions

View File

@ -103,8 +103,10 @@ Dwarf_Debug tDbg;
static TdThreadOnce traceThreadInit = PTHREAD_ONCE_INIT;
void endTrace() {
if (traceThreadInit != PTHREAD_ONCE_INIT) {
delete_lookup_table(&lookup_table);
dwarf_finish(tDbg);
}
}
void startTrace() {
int ret;