This is a follow-up from bug 1433495, which actually did not fix the issue :/ There is a `MINIDUMP_SAVE_PATH` environment variable, which can be used with mozcrash to store the created minidump files by the crash reporter into a given folder instead of the Firefox profile. We could use the same environment variable and / or also add a command line argument to geckodriver to set this path, and if present move the minidump files accordingly.
Bug 1882338 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This is a follow-up from bug 1433495, which actually did not fix the issue. There is a `MINIDUMP_SAVE_PATH` environment variable, which can be used with mozcrash to store the created minidump files by the crash reporter into a given folder instead of the Firefox profile. When I was testing the feature I was using wdspec tests, and wptrunner internally uses mozcrash. :/ So it was not visible that just setting the environment variable does nothing. We could use the same environment variable and / or also add a command line argument to geckodriver to set this path, and if present move the minidump files accordingly.