SWDEV-251491 : fixing tracing on exit

Change-Id: I1bf2a6093331e7a08179b9f64394c5c49206ef0e
This commit is contained in:
Evgeny
2020-12-25 01:49:44 -05:00
parent 99eee45546
commit 912cfd4cf8
2 changed files with 16 additions and 11 deletions
+2
View File
@@ -1026,8 +1026,10 @@ void tool_load() {
void exit_handler(int status, void* arg) {
ONLOAD_TRACE("status(" << status << ") arg(" << arg << ")");
#if 0
tool_unload();
ONLOAD_TRACE_END();
#endif
}
// HSA-runtime tool on-load method