You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During ICorProfilerCallback::ShutDown, profilers that try to “reset” eventmask flags that are only permitted on initialization will cause CLRIE to log an error, producing some noise on process shutdown.
We can probably suppress this if SetEventMask is being called during ICorProfilerCallback::Shutdown()
The text was updated successfully, but these errors were encountered:
During ICorProfilerCallback::ShutDown, profilers that try to “reset” eventmask flags that are only permitted on initialization will cause CLRIE to log an error, producing some noise on process shutdown.
We can probably suppress this if SetEventMask is being called during ICorProfilerCallback::Shutdown()
The text was updated successfully, but these errors were encountered: