Commit cfa09d81 authored by Jeremie Boulic's avatar Jeremie Boulic Committed by Commit Bot

[Files App] Add observed enumeration value for password handling

Add "need password" enumeration values for the CrosDisksClientMountError
and CrosDisksMountTypeError metrics.

Bug: 912236
Change-Id: I099c9801f5fd1651fae016c89472e084f06651cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303935
Commit-Queue: François Degros <fdegros@chromium.org>
Reviewed-by: default avatarFrançois Degros <fdegros@chromium.org>
Reviewed-by: default avatarJeremie Boulic <jboulic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790757}
parent 93000cd8
......@@ -13384,6 +13384,7 @@ to ensure that the crash string is shown properly on the user-facing crash UI.
<int value="14" label="Unknown filesystem"/>
<int value="15" label="Unsupported filesystem"/>
<int value="16" label="Invalid archive"/>
<int value="17" label="Need password"/>
</enum>
<enum name="CrosDisksDeviceMediaType">
......@@ -13461,6 +13462,7 @@ to ensure that the crash string is shown properly on the user-facing crash UI.
<int value="214" label="Archive - Unknown filesystem"/>
<int value="215" label="Archive - Unsupported filesystem"/>
<int value="216" label="Archive - Invalid archive"/>
<int value="217" label="Archive - Need password"/>
<int value="300" label="Network - Success"/>
<int value="301" label="Network - Unknown"/>
<int value="302" label="Network - Internal"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment