From ad8e6e8c4fc9eca81fb7a54a626d3180034b52b9 Mon Sep 17 00:00:00 2001 From: Matthew Fritze Date: Mon, 12 Jun 2017 14:23:59 -0700 Subject: [PATCH] Add enum to log psd bundle creation duration. Bug:62271803 Test: None. Enum change. Change-Id: I46921e9330542e981f7983915127832096f6bcd2 --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 63e5cacd8ef83..f696f94cae1f7 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4119,6 +4119,11 @@ message MetricsEvent { // OS: O DR BLUETOOTH_PAIRING = 1018; + // ACTION: Collect PSD Signals + // CATEGORY: SETTINGS + // OS: O DR + ACTION_PSD_LOADER = 1019; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }