electron/atom/common/crash_reporter
Haojian Wu cd8ceec62e Send all crash reports to collection server.
Crashpad client only send reports once per hour. It's different with breakpad.
With this behavior, the other reports generated within an hour will be totally
skipped, which causes the crash api test only run once with an hour.

This patch unrestricts this time limit.
2015-05-30 08:47:52 +08:00
..
linux linux: Put "uploads.log" under "/tmp/ProductName Crashes/" 2014-11-11 13:30:06 +08:00
win Rename hard-coded application names in code 2015-04-14 15:55:41 +08:00
crash_reporter.cc Fix other compilation errors 2015-03-18 09:57:41 +08:00
crash_reporter.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
crash_reporter_linux.cc Rename hard-coded application names in code 2015-04-14 15:55:41 +08:00
crash_reporter_linux.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
crash_reporter_mac.h Use Crashpad instead of Breakpad on OS X. 2015-05-29 23:25:11 +08:00
crash_reporter_mac.mm Send all crash reports to collection server. 2015-05-30 08:47:52 +08:00
crash_reporter_win.cc Remove explicit nullptr and add clarifying comment. 2015-05-21 09:02:17 -07:00
crash_reporter_win.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00