Use libsignal-client for parsing crash reports
This commit is contained in:
parent
d7f0978c6d
commit
9ad6d5b66b
18 changed files with 86 additions and 241 deletions
|
@ -78,7 +78,7 @@ const IPC: IPCType = {
|
|||
closeAbout: () => ipc.send('close-about'),
|
||||
crashReports: {
|
||||
getCount: () => ipc.invoke('crash-reports:get-count'),
|
||||
upload: () => ipc.invoke('crash-reports:upload'),
|
||||
writeToLog: () => ipc.invoke('crash-reports:write-to-log'),
|
||||
erase: () => ipc.invoke('crash-reports:erase'),
|
||||
},
|
||||
drawAttention: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue