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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2685053003: Switch stability reports to use the crashed version's details (Closed)
Patch Set: Merge Created 3 years, 10 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:
Download patch
« no previous file with comments | « components/browser_watcher/stability_report.proto ('k') | 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 8b3802a0819af5213e3a5f05be526f5428d41900..066583506b22e271ed994a50715cca450d6e20b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -388,6 +388,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.Collect.WriteDumpStatus"
+ enum="ActivityTrackerWriteDumpStatus">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Status of the minidump writing. Logged each time a writing a minidump is
+ attempted.
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.Record.InitStatus"
enum="ActivityTrackerRecordInitStatus">
<owner>manzagop@chromium.org</owner>
@@ -78268,6 +78277,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="Get stability file path failed"/>
</enum>
+<enum name="ActivityTrackerWriteDumpStatus" type="int">
+ <int value="0" label="Sucess"/>
+ <int value="1" label="Failed"/>
+ <int value="2" label="Failed (missing product details)"/>
+</enum>
+
<enum name="AddressFamily" type="int">
<int value="0" label="Unspecified"/>
<int value="1" label="IPv4"/>
« no previous file with comments | « components/browser_watcher/stability_report.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698