We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eefa73 commit 0f95350Copy full SHA for 0f95350
IntelPresentMon/PresentMonMiddleware/ConcreteMiddleware.cpp
@@ -78,7 +78,8 @@ namespace pmon::mid
78
}
79
80
catch (...) {
81
- throw util::Except<ipc::PmStatusError>((PM_STATUS)25);
+ pmlog_error(ReportException("Problem acquiring introspection data"));
82
+ throw;
83
84
85
// Update the static GPU metric data from the service
0 commit comments