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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: merge 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
« no previous file with comments | « headless/lib/headless_content_main_delegate.cc ('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 5dd2ae332ea5a4105c9dfcc6585d4d2024a735c4..e3bebd2f75e264b9094e8388af204f258dcc6bac 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -449,6 +449,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.CollectCrash.OpenForDeleteSuccess"
+ enum="BooleanSuccess">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Success of the attempt to open the debug file for deletion. Logged each time
+ a debug file is opened for deletion during collection from the crash
+ handler.
+ </summary>
+</histogram>
+
+<histogram name="ActivityTracker.CollectCrash.Status"
+ enum="ActivityTrackerCollectStatus">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Status for the collection of a stability debug file. Logged each time a
+ debug file collection attempt is made from the crash handler.
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.Record.InitStatus"
enum="ActivityTrackerRecordInitStatus">
<owner>manzagop@chromium.org</owner>
« no previous file with comments | « headless/lib/headless_content_main_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698