From 65899436fc06358f8f36d5783699df59d141afc5 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 14 Feb 2017 13:36:53 -0800 Subject: [PATCH] Add FIELD_CONTEXT to track source of action in eventlog. Change-Id: Id32aaab4b4445e5db318d2b48d198b2a815b7cd4 Fix: 35359289 Bug: 35356464 Test: builds --- proto/src/metrics_constants.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 245bf9ed31be1..85bf886f8c534 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3410,6 +3410,9 @@ message MetricsEvent { // OS: O NOTIFICATION_SNOOZED_CRITERIA = 832; + // FIELD - The context (source) from which an action is performed + FIELD_CONTEXT = 833; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.