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
If user enable-crash-reporter, the directory set for crashDumps (%appdata/VSCodium/Crashpad by default) should be initilized, containing an empty settings.dat and two directories attachments and reports. Minidumps are to be placed in the reports dir lest a crash happens someday.
Document the --crash-reporter-directory <absolute-path> cli option somewhere in the codium repository (based on infomation from vscode), so that users can have a better understanding of the crash telemetry, and quickly get to how to get dumps when electron crashes.
From my opinion, this single cli option enables crash dump and disables crash telemetry at the same time, and is very worth recommending to our users.
This infomation will also be especially helpful for users who have to stick on an earlier version of codium (permanently affected by the 787-patch!) due to compatibility reasons but also looking for minidumps.
For the current documents, the mentioning of telemetry.enableCrashReporter has been obselete (and potentially misleading!) since the one-time transition in v1.49, and should be updated.
Please confirm that this problem is VSCodium-specific
This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
Please confirm that the issue/resolution isn't already documented
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!
Describe the bug
Due to the patch introduced in #787 , regardless of the
enable-crash-reporter
argv, the crash-reporter is always disabled.--crash-reporter-directory
present.configureCrashReporter
if there is noproduct.appCenter
. There always isn't, is it?Expected behavior
enable-crash-reporter
argv is supposed to be the rightful controller over whetherconfigureCrashReporter
should be run. (check https://github.com/microsoft/vscode/blob/8a19756adf1b689e4f490a871d5067e6c54e3d01/src/main.js#L83C54-L83C75 )enable-crash-reporter
, the directory set for crashDumps (%appdata/VSCodium/Crashpad
by default) should be initilized, containing an emptysettings.dat
and two directoriesattachments
andreports
. Minidumps are to be placed in thereports
dir lest a crash happens someday.My Proposals
submitURL
be empty or undefined,uploadToServer
would be false, making it acceptable tocrashReporter.start()
. So we might as well remove thecrash-reporter.patch
.--crash-reporter-directory <absolute-path>
cli option somewhere in the codium repository (based on infomation from vscode), so that users can have a better understanding of the crash telemetry, and quickly get to how to get dumps when electron crashes.telemetry.enableCrashReporter
has been obselete (and potentially misleading!) since the one-time transition in v1.49, and should be updated.Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
The text was updated successfully, but these errors were encountered: