SWDEV-251491 : fixing tracing on exit
Change-Id: I1bf2a6093331e7a08179b9f64394c5c49206ef0e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user