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

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

Issue 2910003002: Stability instrumentation: metrics for collection on crash (Closed)
Patch Set: Address comment 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..a5851d72c3a93b0da9f3aad8069a654883025dc6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -449,8 +449,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.CollectCrash.Event"
+ enum="ActivityTrackerCollectCrashEvent">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Events that occur during crash collection of the debug file. Logged each
+ time an event of interest occurs during crash debug file collection.
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.CollectCrash.OpenForDeleteSuccess"
enum="BooleanSuccess">
+ <obsolete>
+ Deprecated 05/2017 in favor of ActivityTracker.CollectCrash.Event.
+ </obsolete>
<owner>manzagop@chromium.org</owner>
<summary>
Success of the attempt to open the debug file for deletion. Logged each time

Powered by Google App Engine
This is Rietveld 408576698