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

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

Issue 2871733005: cryptohome: Add UMA stats for the cause of migration failures. (Closed)
Patch Set: . Created 3 years, 7 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 | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 47a14ff1be8e6f0f4e948560b1b159e71acd6c4f..cd932ab238a7d00b79b0d5a7d976a4ab7688ba48 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -7240,6 +7240,32 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="10" label="Resumed migration failed (file error EIO on open)"/>
</enum>
+<enum name="DircryptoMigrationFailedOperationType" type="int">
+ <int value="1" label="Other"/>
+ <int value="2" label="open(src_file)"/>
+ <int value="3" label="open(dest_file)"/>
+ <int value="4" label="symlink"/>
+ <int value="5" label="delete"/>
+ <int value="6" label="get-attribute"/>
+ <int value="7" label="mkdir"/>
+ <int value="8" label="readlink"/>
+ <int value="9" label="seek"/>
+ <int value="10" label="sendfile"/>
+ <int value="11" label="set-attribute"/>
+ <int value="12" label="stat"/>
+ <int value="13" label="sync"/>
+ <int value="14" label="truncate"/>
+</enum>
+
+<enum name="DircryptoMigrationFailedPathType" type="int">
+ <int value="1" label="Other"/>
+ <int value="2" label="Android Other"/>
+ <int value="3" label="Android Cache"/>
+ <int value="4" label="Downloads"/>
+ <int value="5" label="Cache"/>
+ <int value="6" label="GCache (Google Drive Cache)"/>
+</enum>
+
<enum name="DircryptoMigrationStartStatus" type="int">
<int value="1" label="Migration started"/>
<int value="2" label="Migration resumed"/>
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698