Skip to content

Commit 0f95350

Browse files
committed
better exception reporting
1 parent 0eefa73 commit 0f95350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IntelPresentMon/PresentMonMiddleware/ConcreteMiddleware.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ namespace pmon::mid
7878
}
7979
}
8080
catch (...) {
81-
throw util::Except<ipc::PmStatusError>((PM_STATUS)25);
81+
pmlog_error(ReportException("Problem acquiring introspection data"));
82+
throw;
8283
}
8384

8485
// Update the static GPU metric data from the service

0 commit comments

Comments
 (0)