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
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -61,7 +61,7 @@ export type IPCType = {
|
|||
closeAbout: () => void;
|
||||
crashReports: {
|
||||
getCount: () => Promise<number>;
|
||||
upload: () => Promise<void>;
|
||||
writeToLog: () => Promise<void>;
|
||||
erase: () => Promise<void>;
|
||||
};
|
||||
drawAttention: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue