From 492be33c4f6d9e4795ec9d51c50c98461876dbfa Mon Sep 17 00:00:00 2001 From: Will Brockman Date: Wed, 12 Feb 2020 16:46:04 -0500 Subject: [PATCH] Fix typo in atoms.proto Field name notification_panel_modified was meant to be notification_channel_modified, matching the atom name. Test: build Bug: 146488473 Change-Id: Iafe46334e74df5224e6f6b5e26f30841b3c94aa6 --- cmds/statsd/src/atoms.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 1bc235aa1d91a..4b82c004bea15 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -381,7 +381,7 @@ message Atom { UserspaceRebootReported userspace_reboot_reported = 243; NotificationReported notification_reported = 244 [(module) = "framework"]; NotificationPanelReported notification_panel_reported = 245; - NotificationChannelModified notification_panel_modified = 246; + NotificationChannelModified notification_channel_modified = 246; IntegrityCheckResultReported integrity_check_result_reported = 247 [(module) = "framework"]; IntegrityRulesPushed integrity_rules_pushed = 248 [(module) = "framework"]; CellBroadcastMessageReported cb_message_reported =