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

Unified Diff: tools/metrics/histograms/enums.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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 94c4b4888b53967aa52466e11271813b592908b2..3f066d67624a30f625e5bdd21e8b85b3427d82dc 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -352,6 +352,11 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="4" label="PMA corrupt"/>
</enum>
+<enum name="ActivityTrackerCollectCrashEvent" type="int">
+ <int value="0" label="Success"/>
+ <int value="1" label="PMA set deleted failed"/>
+</enum>
+
<enum name="ActivityTrackerCollectInitStatus" type="int">
<int value="0" label="Success"/>
<int value="1" label="Unknown directory"/>

Powered by Google App Engine
This is Rietveld 408576698