commit | b142103e050e3cb70d7a328fdc82154af6263253 | [log] [tgz] |
---|---|---|
author | Shai Barack <shayba@google.com> | Fri Nov 01 22:25:10 2024 +0000 |
committer | Shai Barack <shayba@google.com> | Fri Nov 01 23:20:32 2024 +0000 |
tree | 7f13b664f53092e1b163bb523e3df4f523616cd9 | |
parent | 9ad90b8d8032ed973aaa8364d93cde9d56ea9a06 [diff] |
Fix TestLooper to work with CombinedMessageQueue CombinedMessageQueue uses a concurrent message queue implementation, which is not compatible with the way TestLooper works. This CL disables concurrent mode for TestLooper when CombinedMessageQueue is used. Change-Id: Iffa2978064368755dd06a03c6c472f96288a2888 Flag: build.RELEASE_PACKAGE_MESSAGEQUEUE_IMPLEMENTATION Bug: 336880969 Bug: 376602406 Bug: 376602402