BroadcastQueue: "offload" after other broadcasts.
While working through CTS flakiness, we've discovered that "offload" broadcasts (like BOOT_COMPLETED) are often holding up other broadcasts that tests are more interested in. This is an experimental CL that runs these "offload" broadcasts behind other "normal" broadcasts that a process might have enqueued, similar in spirit to how we run "urgent" broadcasts before any "normal" broadcasts. Bug: 253906105 Test: atest FrameworksMockingServicesTests:BroadcastRecordTest Test: atest FrameworksMockingServicesTests:BroadcastQueueTest Test: atest FrameworksMockingServicesTests:BroadcastQueueModernImplTest Change-Id: I747273c23e63529ad7b3949bb1e10481cf91dc6b
Loading
Please register or sign in to comment