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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2191403002: Update histgrams.xml for ArcProvisioningResult. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 4fbb26c8f6b6b90c9eaa6b6033929727634a162f..461ca3b0deae2c8ff692ae376e52c8d46a5ca13c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66762,11 +66762,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"/>
Ilya Sherman 2016/07/29 21:16:42 It looks like you are changing the semantics of th
hidehiko 2016/08/01 04:01:27 Latter. I changed some existing labels just becaus
+ <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