summaryrefslogtreecommitdiffstats
path: root/extensions/browser/bad_message.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use SPARSE_SLOWLY for bad_message.cc histograms.nick2015-07-171-3/+3
| | | | | | | | | | Put the python script comment in an easier-to-spot place. BUG=None Review URL: https://codereview.chromium.org/1241913004 Cr-Commit-Position: refs/heads/master@{#339189}
* Add UMA histograms and logging for bad IPC message handlingjamescook2015-03-201-0/+24
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}