Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: tools/metrics/actions/actions.xml

Issue 1009583004: Add UMA histograms and logging for bad IPC message handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 604791bdba4b198692075a83f7922c8ea9d77314..831c4c109235c01ade418bffb7a008127ab7a046 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1073,6 +1073,13 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_BH1">
+ <owner>jamescook@chromium.org</owner>
+ <description>
+ A renderer was killed due to a bad IPC detected in BlobHolder.
+ </description>
+</action>
+
<action name="BadMessageTerminate_BMF">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -1118,6 +1125,13 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_EH1">
+ <owner>jamescook@chromium.org</owner>
+ <description>
+ A renderer was killed due to a bad IPC detected in ExtensionHost.
+ </description>
+</action>
+
<action name="BadMessageTerminate_EOG">
<owner>kalman@chromium.org</owner>
<owner>fsamuel@chromium.org</owner>
@@ -1145,6 +1159,11 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_KillEmbeddedWorker">
+ <owner>scheib@chromium.org</owner>
+ <description>A service worker process was unexpectedly killed.</description>
+</action>
+
<action name="BadMessageTerminate_MIDI">
<owner>toyoshim@chromium.org</owner>
<description>
@@ -1171,6 +1190,13 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_NC2">
+ <owner>jamescook@chromium.org</owner>
+ <description>
+ A renderer was killed due to a bad IPC detected in NavigationController.
+ </description>
+</action>
+
<action name="BadMessageTerminate_RDH">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -1184,6 +1210,20 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="BadMessageTerminate_RFH2">
+ <owner>jamescook@chromium.org</owner>
+ <description>
+ A renderer was killed due to a bad IPC detected in RenderFrameHost.
+ </description>
+</action>
+
+<action name="BadMessageTerminate_RFH3">
+ <owner>jamescook@chromium.org</owner>
+ <description>
+ A renderer was killed due to a bad IPC detected in RenderFrameHost.
+ </description>
+</action>
+
<action name="BadMessageTerminate_RVD">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -1204,6 +1244,20 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="BadMessageTerminate_RVHI1">
+ <owner>jamescook@chromium.org</owner>
+ <description>
+ A renderer was killed due to a bad IPC detected in RenderViewHostImpl.
+ </description>
+</action>
+
+<action name="BadMessageTerminate_RVHI2">
+ <owner>jamescook@chromium.org</owner>
+ <description>
+ A renderer was killed due to a bad IPC detected in RenderViewHostImpl.
+ </description>
+</action>
+
<action name="BadMessageTerminate_RWH">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698