|
Many different places in the Chrome codebase handle unexpected IPC data
by killing the renderer. This can result in hard-to-debug sad tab pages.
Some, but not all, of these locations log an error; others record UMA
user actions. This CL fixes most sites to both log and record metrics.
It also switches the metrics to be histograms instead of user actions
because we don't need the extra timestamp data from user actions and
most of these sorts of metrics live in histograms.
BUG=462687
TEST=unit_tests
Review URL: https://codereview.chromium.org/1009583004
Cr-Commit-Position: refs/heads/master@{#321598}
|