Use libsignal-client for parsing crash reports

This commit is contained in:
Fedor Indutny
2024-02-13 13:41:48 -08:00
committed by GitHub
parent d7f0978c6d
commit 9ad6d5b66b
18 changed files with 86 additions and 241 deletions

View File

@@ -211,7 +211,7 @@ const FORCE_ENABLE_CRASH_REPORTS = process.argv.some(
const CLI_LANG = cliOptions.lang as string | undefined;
setupCrashReports(getLogger, FORCE_ENABLE_CRASH_REPORTS);
setupCrashReports(getLogger, showDebugLogWindow, FORCE_ENABLE_CRASH_REPORTS);
let sendDummyKeystroke: undefined | (() => void);
if (OS.isWindows()) {