Skip to content

Commit

Permalink
comment out verify_instrumented_preloaded as fix for SWDEV-486345 as …
Browse files Browse the repository at this point in the history
…it interferes when loading instrumented libaries
  • Loading branch information
pranswarup committed Sep 29, 2024
1 parent a34a91a commit 5b60a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lib/omnitrace-dl/dl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ omnitrace_preload()
}
}

verify_instrumented_preloaded();
//verify_instrumented_preloaded();

static bool _once = false;
if(_once) return _preload;
Expand Down

0 comments on commit 5b60a6a

Please sign in to comment.