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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 471543002: Add more detailed UMA reporting on enrollment errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « components/policy/core/common/cloud/enterprise_metrics.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 94e3845d52afa8b8dc23ee7c5e6335a47f9649ae..ac55dcc44bfe7613025988b6cc554a1747b4da00 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38671,6 +38671,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="26" label="Store token and ID failed">
Enrollment failed because DM token and device ID couldn't be stored.
</int>
+ <int value="27" label="Error getting FRE state keys">
+ Enrollment failed because FRE state keys couldn't be obtained.
+ </int>
+ <int value="28" label="Error validating policy">
+ Enrollment failed because policy couldn't be validated.
+ </int>
+ <int value="29" label="Error in CloudPolicyStore">
+ Enrollment failed because of error in CloudPolicyStore.
+ </int>
+ <int value="30" label="Error locking device">
+ Enrollment failed because device couldn't be locked.
+ </int>
</enum>
<enum name="EnterprisePolicies" type="int">
« no previous file with comments | « components/policy/core/common/cloud/enterprise_metrics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698