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
Marionette can use mozcrash to process minidumps in the event of a browser crash and generate a stack trace. To support this we need to specify a path to minidump_stackwalk (this can be downloaded via mozharness) in the MINIDUMP_STACKWALK env var. Additionally we need to provide a symbols location (this can be a URL or a local file), presumably this lives next to the binary on archive.m.o.
Marionette can use
mozcrashto process minidumps in the event of a browser crash and generate a stack trace. To support this we need to specify a path tominidump_stackwalk(this can be downloaded viamozharness) in theMINIDUMP_STACKWALKenv var. Additionally we need to provide a symbols location (this can be a URL or a local file), presumably this lives next to the binary on archive.m.o.