commit | 2b5f30cebfc0dbd7c68c4976df6afa22fca2dd79 | [log] [tgz] |
---|---|---|
author | Doris Ling <dling@google.com> | Tue Aug 08 13:03:41 2017 -0700 |
committer | Doris Ling <dling@google.com> | Wed Aug 09 14:04:00 2017 -0700 |
tree | 69e15b29f3489066bd157f922ba00251d56d1b76 | |
parent | 7bec053dffb90f7cd0e39eec7f56fb33d847c3eb [diff] [blame] |
Add metric constant for settings preference int value change. Bug: 64485529 Test: build Change-Id: Ib9f04ce8f1ff671196c3f269c555288fcc0df35c Merged-In: Ic5733fc48bc6cab6a9ada73b9e531f9fde787240
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index bb6ed74..8d7afc2 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto
@@ -4262,6 +4262,9 @@ // OS: O MR DATA_PLAN_USAGE_SUMMARY = 1088; + // FIELD: The numeric preference value (of type int) when it is changed in Settings + FIELD_SETTINGS_PREFERENCE_CHANGE_INT_VALUE = 1089; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }