From fa6566e4fb0d4b8fb62fc69824a9b304a165bc77 Mon Sep 17 00:00:00 2001 From: Mahaver Date: Tue, 29 Nov 2016 21:08:14 +0000 Subject: [PATCH] TRON variables for provisioning sessions They are logged only once per provisioning session. Test: NA Bug: 33204472 Bug: 31425628 Change-Id: I480845bbb4e43b3f4395a9096fa7ef56ca2adce0 --- proto/src/metrics_constants.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index fc8c67507bf5a..77db53797b553 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3075,6 +3075,12 @@ message MetricsEvent { // PACKAGE: The package name of the app the permission was revoked for ACTION_PERMISSION_REVOKE_WRITE_EXTERNAL_STORAGE = 733; + // ACTION: Logged when a provisioning session has started + PROVISIONING_SESSION_STARTED = 734; + + // ACTION: Logged when a provisioning session has completed + PROVISIONING_SESSION_COMPLETED = 735; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.