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

Unified Diff: src/platform/crash/crash_sender.hourly

Issue 2128004: Adding in-process crash dumping library and crash uploader (Closed) Base URL: ssh://git@chromiumos-git//chromeos
Patch Set: respond to review and add another test Created 10 years, 7 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
« no previous file with comments | « src/platform/crash/crash_sender ('k') | src/platform/crash/user_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/crash/crash_sender.hourly
diff --git a/src/platform/crash/crash_sender.hourly b/src/platform/crash/crash_sender.hourly
new file mode 100644
index 0000000000000000000000000000000000000000..09c815193577a4701642dd29238acd28cdf8b555
--- /dev/null
+++ b/src/platform/crash/crash_sender.hourly
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+set -e
+
+# Background the sender so it can trickle out crash dumps. It will
+# exit early if already running.
+/sbin/crash_sender 2>&1 &
« no previous file with comments | « src/platform/crash/crash_sender ('k') | src/platform/crash/user_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698