refactor: remove extra args from crashreporter init (#23144)
This commit is contained in:
parent
554830b6ff
commit
e65cac6ae8
9 changed files with 49 additions and 62 deletions
|
@ -41,7 +41,7 @@ class CrashReporter {
|
|||
if (extra._companyName == null) extra._companyName = companyName;
|
||||
if (extra._version == null) extra._version = ret.appVersion;
|
||||
|
||||
binding.start(ret.productName, companyName, submitURL, ret.crashesDirectory, uploadToServer, ignoreSystemCrashHandler, rateLimit, compress, extra);
|
||||
binding.start(submitURL, ret.crashesDirectory, uploadToServer, ignoreSystemCrashHandler, rateLimit, compress, extra);
|
||||
}
|
||||
|
||||
getLastCrashReport () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue