Commit e4ba7f96 authored by Jorge Lucangeli Obes's avatar Jorge Lucangeli Obes Committed by Commit Bot

Add cryptohome out-of-process mount metric enums.

Source: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/1958504

BUG=985492
TEST=validate_format.py, pretty_print.py.
R=mnissler@chomium.org

Change-Id: I9c36aa321a69304d09402dd00f2849daf901b310
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1976310Reviewed-by: default avatarGreg Kerr <kerrnel@chromium.org>
Commit-Queue: Jorge Lucangeli Obes <jorgelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726468}
parent a46d23e0
...@@ -12696,6 +12696,29 @@ to ensure that the crash string is shown properly on the user-facing crash UI. ...@@ -12696,6 +12696,29 @@ to ensure that the crash string is shown properly on the user-facing crash UI.
<int value="3" label="Failure"/> <int value="3" label="Failure"/>
</enum> </enum>
<enum name="CryptohomeOOPMountCleanupResult">
<summary>
The possible results of attempting an unmount/mount clean-up using the
out-of-process mount helper.
</summary>
<int value="0" label="Success"/>
<int value="1" label="Failed to poke helper"/>
<int value="2" label="Failed to wait for helper"/>
<int value="3" label="Failed to kill helper"/>
</enum>
<enum name="CryptohomeOOPMountOperationResult">
<summary>
The possible results of attempting a mount operation using the
out-of-process mount helper.
</summary>
<int value="0" label="Success"/>
<int value="1" label="Failed to start"/>
<int value="2" label="Failed to write request protobuf"/>
<int value="3" label="Helper process timed out"/>
<int value="4" label="Failed to read response protobuf"/>
</enum>
<enum name="CryptohomeTpmResults"> <enum name="CryptohomeTpmResults">
<int value="1" label="TPM Success"/> <int value="1" label="TPM Success"/>
<int value="2" label="TPM Error Authentication Fail"/> <int value="2" label="TPM Error Authentication Fail"/>
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