Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 9d3aff3a9f2721c2a09e4edb41a05a01fd812015..02ae2c7e95c961d597fdf7b5bb0038b6abe3581f 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -9521,6 +9521,36 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Cryptohome.DircryptoMigrationFailedErrorCode" |
| + enum="PlatformFileError"> |
| + <owner>kinaba@chromium.org</owner> |
| + <summary> |
| + The error code of file operation by which the user home directory migration |
| + from ecryptfs to ext4-crypto has failed. This is logged ocne the migration |
|
jwd
2017/05/09 18:49:29
nit: ocne -> once
kinaba
2017/05/10 02:20:17
Done.
|
| + encounted a file I/O error. |
|
jwd
2017/05/09 18:49:29
nit: encounted -> encounters or encountered (same
kinaba
2017/05/10 02:20:17
Done.
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Cryptohome.DircryptoMigrationFailedOperationType" |
| + enum="DircryptoMigrationFailedOperationType"> |
| + <owner>kinaba@chromium.org</owner> |
| + <summary> |
| + The type of file operation at which the user home directory migration from |
| + ecryptfs to ext4-crypto has failed. This is logged once the migration |
| + encounted a file I/O error. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Cryptohome.DircryptoMigrationFailedPathType" |
| + enum="DircryptoMigrationFailedPathType"> |
| + <owner>kinaba@chromium.org</owner> |
| + <summary> |
| + The category of the path where the user home directory migration from |
| + ecryptfs to ext4-crypto has failed. This is logged once the migration |
| + encounted a file I/O error. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Cryptohome.DircryptoMigrationStartStatus" |
| enum="DircryptoMigrationStartStatus"> |
| <owner>dspaid@chromium.org</owner> |