mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
42db629ee3
upload attempts to no more than 1 per hour. The rate limiting is simplistic but duplicates the existing Breakpad client’s behavior, and is suitable for the time being. TEST=run_with_crashpad --handler crashpad_handler \ -a --database=/tmp/crashpad_db \ -a --url=https://clients2.google.com/cr/staging_report \ -a --annotation=prod=crashpad \ -a --annotation=ver=0.7.0 \ crashy_program R=rsesek@chromium.org Review URL: https://codereview.chromium.org/992303002