| 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">
|
|
|