Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1609)

Unified Diff: third_party/crashpad/crashpad/handler/crashpad_handler.md

Issue 2825103002: Update Crashpad to b8aaa22905308cc400f880006a84dddac834bd6b (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/crashpad/crashpad/handler/crashpad_handler.md
diff --git a/third_party/crashpad/crashpad/handler/crashpad_handler.md b/third_party/crashpad/crashpad/handler/crashpad_handler.md
index e76fed766f4c8a2eb7d86e2678469b30fcd15c73..9cb29e43c3aa0f026304810b8a4aed7303de35c2 100644
--- a/third_party/crashpad/crashpad/handler/crashpad_handler.md
+++ b/third_party/crashpad/crashpad/handler/crashpad_handler.md
@@ -151,7 +151,8 @@ establish the Crashpad client environment before running a program.
become a client of the second one. The second instance will be started with
the same **--annotation**, **--database**, **--monitor-self-annotation**,
**--no-rate-limit**, **--no-upload-gzip**, and **--url** arguments as the
- original one. The second instance will not be started with a
+ original one. The second instance will always be started with a
+ **--no-periodic-tasks** argument, and will not be started with a
**--metrics-dir** argument even if the original instance was.
Where supported by the underlying operating system, the second instance will
@@ -183,6 +184,20 @@ establish the Crashpad client environment before running a program.
To prevent excessive accumulation of handler processes, _ARGUMENT_ must not
be `--monitor-self`.
+ * **--no-periodic-tasks**
+
+ Do not scan for new pending crash reports or prune the crash report database.
+ Only crash reports recorded by this instance of the Crashpad handler will
+ become eligible for upload in this instance, and only a single initial upload
+ attempt will be made.
+
+ This option is not intended for general use. It is provided to prevent
+ multiple instances of the Crashpad handler from duplicating the effort of
+ performing the same periodic tasks. In normal use, the first instance of the
+ Crashpad handler will assume the responsibility for performing these tasks,
+ and will provide this argument to any second instance. See
+ **--monitor-self**.
+
* **--no-rate-limit**
Do not rate limit the upload of crash reports. By default uploads are
« no previous file with comments | « third_party/crashpad/crashpad/handler/crash_report_upload_thread.cc ('k') | third_party/crashpad/crashpad/handler/handler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698