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

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

Issue 2910003002: Stability instrumentation: metrics for collection on crash (Closed)
Patch Set: Created 3 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6ed192b3a430a9c42cd098e58111a7082c27aa59..27539646288ac1e2997ba0932fa0f23f7600ea38 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -449,6 +449,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.CollectCrash.CrashCount"
+ units="count">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Number of times the stability instrumentation is successfully collected on
+ crash. Logged on crash collection, if the collection is successful.
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.CollectCrash.OpenForDeleteSuccess"
enum="BooleanSuccess">
<owner>manzagop@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698