forked from qt-creator/qt-creator
CrashPad: Remove the 1 crash per hour limitation
Change-Id: Ie7634012f15059fd204cb03e37afd3d63d7bfb29 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -125,6 +125,7 @@ bool startCrashpad()
|
|||||||
|
|
||||||
// Optional arguments to pass to the handler
|
// Optional arguments to pass to the handler
|
||||||
std::vector<std::string> arguments;
|
std::vector<std::string> arguments;
|
||||||
|
arguments.push_back("--no-rate-limit");
|
||||||
|
|
||||||
CrashpadClient *client = new CrashpadClient();
|
CrashpadClient *client = new CrashpadClient();
|
||||||
bool success = client->StartHandler(
|
bool success = client->StartHandler(
|
||||||
|
|||||||
@@ -438,6 +438,7 @@ bool startCrashpad(const QString &libexecPath, bool crashReportingEnabled)
|
|||||||
|
|
||||||
// Optional arguments to pass to the handler
|
// Optional arguments to pass to the handler
|
||||||
std::vector<std::string> arguments;
|
std::vector<std::string> arguments;
|
||||||
|
arguments.push_back("--no-rate-limit");
|
||||||
|
|
||||||
CrashpadClient *client = new CrashpadClient();
|
CrashpadClient *client = new CrashpadClient();
|
||||||
bool success = client->StartHandler(
|
bool success = client->StartHandler(
|
||||||
|
|||||||
Reference in New Issue
Block a user