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
_crashInfoService??=_serviceProvider.GetService<ICrashInfoService>();// Use the default exception-based mechanism for obtaining crash info service
113
+
_crashInfoService??=_serviceProvider.GetService<ICrashInfoModuleService>()?.Create(DefaultModuleEnumerationScheme);// if the above fails, try to create a crash info service from the modules
0 commit comments