Skip to content

Commit

Permalink
Disable browser hang reports.
Browse files Browse the repository at this point in the history
This is a partial revert of https://codereview.chromium.org/1716543002/, as we want the SyzyASAN exclude logic in there for next time.

TBR=scottmg
BUG=585953

Review URL: https://codereview.chromium.org/1715013002

Cr-Commit-Position: refs/heads/master@{#376558}
  • Loading branch information
sigurasg authored and Commit bot committed Feb 19, 2016
1 parent e9e102e commit 776ec20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -1052,16 +1052,16 @@
}],

# Enable crash reporting via Kasko.
# TODO(pmonette): Remove browser hang reports within a day (2/19/2016).
['OS=="win" and target_arch=="ia32" and branding=="Chrome"', {
'kasko%': 1,
# This needs to be enabled with kasko_hang_reports.
'kasko%': 0,
}, {
'kasko%': 0,
}],
],

# Enable hang reports in Kasko. Requires Kasko to be enabled.
'kasko_hang_reports%': 1,
'kasko_hang_reports%': 0,

# Setting this to '0' will cause V8's startup snapshot to be
# embedded in the binary instead of being a external files.
Expand Down

0 comments on commit 776ec20

Please sign in to comment.