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

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

Issue 2206873003: Update histgrams.xml for ArcProvisioningResult. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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 | « no previous file | 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 a12793705946b798e512109017f130287b03fd8b..4dc0b8f92351bd017cca9f4ff50c33cde0891d92 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65968,8 +65968,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Unclassified failure"/>
<int value="2" label="Network failure"/>
<int value="3" label="GMS Services are not available"/>
- <int value="4" label="Bad authentication returned by server"/>
- <int value="5" label="GMS Core is not available"/>
+ <int value="4" label="DEPRECATED: Bad authentication returned by server"/>
+ <int value="5" label="DEPRECATED: GMS Core is not available"/>
<int value="6" label="Cloud provision flow failed"/>
</enum>
@@ -65977,11 +65977,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Defines Arc Provisioning success and failure reasons</summary>
<int value="0" label="Success"/>
<int value="1" label="Unclassified failure"/>
- <int value="2" label="Network failure"/>
+ <int value="2" label="GMS Network failure"/>
<int value="3" label="GMS Services are not available"/>
- <int value="4" label="Bad authentication returned by server"/>
- <int value="5" label="GMS Core is not available"/>
+ <int value="4" label="GMS Bad authentication returned by server"/>
+ <int value="5" label="GMS check-in was failed"/>
<int value="6" label="Cloud provision flow failed"/>
+ <int value="7" label="Mojo version mistmached"/>
+ <int value="8" label="Mojo call timeout"/>
+ <int value="9" label="GMS check-in was timed out"/>
+ <int value="10" label="GMS check-in reported internal error"/>
+ <int value="11" label="GMS core sign in procedure was failed"/>
+ <int value="12" label="GMS core sign in procedure was timed out"/>
+ <int value="13" label="GMS core sign in procedure reporeted internal error"/>
+ <int value="14" label="Cloud provision flow was timed out"/>
+ <int value="15" label="Cloud provision flow reporeted internal error"/>
+ <int value="16" label="ARC instance is stopped before complete provisioning"/>
</enum>
<enum name="AsyncDNSConfigParsePosix" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698