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
This commit is contained in:
Tony Huang
2020-10-12 13:19:31 +08:00
parent e36395f116
commit 5d3abbd3c8

View File

@@ -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 =