From 5d3abbd3c8774d0b7ac3d6df9359f3333eb04202 Mon Sep 17 00:00:00 2001 From: Tony Huang Date: Mon, 12 Oct 2020 13:19:31 +0800 Subject: [PATCH] Change BubbleUIChanged atom module to framework Because bubbles codes will be moved to wm-shell, move this atom to framework module for using FrameworkStatsLog to log. Bug: 161980186 Test: make Change-Id: I22691eac57a90662d5983101393720d44e50e9ac --- 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 c99b39d152a05..934513d176f3b 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -266,7 +266,7 @@ message Atom { 147 [(module) = "framework", (module) = "statsd"]; BiometricSystemHealthIssueDetected biometric_system_health_issue_detected = 148 [(module) = "framework"]; - BubbleUIChanged bubble_ui_changed = 149 [(module) = "sysui"]; + BubbleUIChanged bubble_ui_changed = 149 [(module) = "framework"]; ScheduledJobConstraintChanged scheduled_job_constraint_changed = 150 [(module) = "framework"]; BluetoothActiveDeviceChanged bluetooth_active_device_changed =