Benign errors such as CInstrumentationMethod::Initialize - failed to initialize instrumentation method PID: ### hr: 80131375 name: Production Breakpoint Instrumentation Method appear which represents CORPROF_E_PROFILER_CANCEL_ACTIVATION and is thrown from
|
_T("CInstrumentationMethod::Initialize - failed to initialize instrumentation method PID: %u, hr: %x, name: %s"), |
It would be helpful to provide more useful messages for these error codes so users realize they're a symptom of an issue and not part of the root-cause.
Benign errors such as
CInstrumentationMethod::Initialize - failed to initialize instrumentation method PID: ### hr: 80131375 name: Production Breakpoint Instrumentation Methodappear which represents CORPROF_E_PROFILER_CANCEL_ACTIVATION and is thrown fromCLRInstrumentationEngine/src/InstrumentationEngine.Lib/InstrumentationMethod.cpp
Line 39 in 2cfa780
It would be helpful to provide more useful messages for these error codes so users realize they're a symptom of an issue and not part of the root-cause.