mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Use libsignal-client for parsing crash reports
This commit is contained in:
@@ -24,9 +24,9 @@ export function Basic(): JSX.Element {
|
||||
<CrashReportDialog
|
||||
i18n={i18n}
|
||||
isPending={isPending}
|
||||
uploadCrashReports={async () => {
|
||||
writeCrashReportsToLog={async () => {
|
||||
setIsPending(true);
|
||||
action('uploadCrashReports')();
|
||||
action('writeCrashReportsToLog')();
|
||||
await sleep(5000);
|
||||
setIsPending(false);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user