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

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

Issue 2923523002: Decouple stability instrumentation recording and collection (Closed)
Patch Set: get rid of some braces Created 3 years, 6 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/watcher_metrics_provider_win.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index d79e26a786af2e484ae09e48987d27754a5f7420..716d6f8ce5d4a8b893608fa412af00c696ccfc1d 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -378,6 +378,9 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="5" label="Write to minidump failed"/>
<int value="6" label="Debug file deletion failed"/>
<int value="7" label="Finished writing crash report failed"/>
+ <int value="8" label="Unclean shutdown"/>
+ <int value="9" label="Unclean session"/>
+ <int value="10" label="Collection attempt"/>
</enum>
<enum name="ActivityTrackerRecordEvent" type="int">
« no previous file with comments | « components/browser_watcher/watcher_metrics_provider_win.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698