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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 748193002: Add the Stability.BrowserExitCodes metric and a couple of relevant exit codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@watcher_tieup
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f902aaaf677b7dc128e7ad81fae110e3d50117ce..aaee21440bd56840cc086d6db1394a684a77195b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35128,6 +35128,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Stability.BrowserExitCodes" enum="WindowsExitCode">
Mark P 2014/11/21 20:48:41 Do you plan that this is always a Windows-only his
Sigurður Ásgeirsson 2014/11/21 21:59:31 Yes, I expect this'll be Windows only. On sane OSe
+ <owner>siggi@chromium.org</owner>
+ <owner>erikwright@chromium.org</owner>
+ <summary>
+ Records the exit code of browser process (on Windows) from the previous
erikwright (departed) 2014/11/21 20:41:10 of browser -> of the browser
Sigurður Ásgeirsson 2014/11/21 21:59:31 Done.
+ launch. On crash, the exit code will indicate the exception code of the
Mark P 2014/11/21 20:48:41 Please explain directly when this is emitted. e.g
Sigurður Ásgeirsson 2014/11/21 21:59:31 Done.
+ crash.
+ </summary>
+</histogram>
+
<histogram name="Stars.Goog_Related" units="percent">
<owner>yefim@chromium.org</owner>
<summary>
@@ -56391,6 +56401,14 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Desktop Aura"/>
</enum>
+<enum name="WindowsExitCode" type="int">
+ <int value="0" label="Success"/>
+ <int value="1" label="Error"/>
+ <int value="3221225477" label="Access Violation"/>
+<!-- TODO(siggi): Add other values here at need. -->
erikwright (departed) 2014/11/21 20:41:10 indentation?
Sigurður Ásgeirsson 2014/11/21 21:59:31 The presubmit check for this file wants precisely
+
+</enum>
+
<enum name="WindowsVersion" type="int">
<int value="0" label="Pre-XP"/>
<int value="1" label="XP"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698