summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_watcher
diff options
context:
space:
mode:
authorerikwright <erikwright@chromium.org>2015-06-18 12:27:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-18 19:28:00 +0000
commit10e63891b8d20636b9523181d21eca88cacc9523 (patch)
tree449074ed0df6937f04f430e85640ec75a8924852 /chrome/chrome_watcher
parentbfa870b6d51a5a03af123e1a1433d677543d29aa (diff)
downloadchromium_src-10e63891b8d20636b9523181d21eca88cacc9523.zip
chromium_src-10e63891b8d20636b9523181d21eca88cacc9523.tar.gz
chromium_src-10e63891b8d20636b9523181d21eca88cacc9523.tar.bz2
Disable hang reports.
These will be re-enabled when they become more actionable. At the moment they interfere with SyzyASAN reporting. BUG=478209 Review URL: https://codereview.chromium.org/1190463005 Cr-Commit-Position: refs/heads/master@{#335101}
Diffstat (limited to 'chrome/chrome_watcher')
-rw-r--r--chrome/chrome_watcher/chrome_watcher_main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_watcher/chrome_watcher_main.cc b/chrome/chrome_watcher/chrome_watcher_main.cc
index a7fa166..8a54796 100644
--- a/chrome/chrome_watcher/chrome_watcher_main.cc
+++ b/chrome/chrome_watcher/chrome_watcher_main.cc
@@ -382,10 +382,12 @@ extern "C" int WatcherMain(const base::char16* registry_path,
.value()
.c_str(),
&OnCrashReportUpload, nullptr);
+#ifdef KASKO_HANG_REPORTS
if (launched_kasko &&
base::StringPiece16(channel_name) == installer::kChromeChannelCanary) {
on_hung_callback = base::Bind(&DumpHungBrowserProcess, channel_name);
}
+#endif // KASKO_HANG_REPORTS
#endif // KASKO
// Run a UI message loop on the main thread.