commit | c2c839d2372f9f9f21ab3653916579a03e989c9b | [log] [tgz] |
---|---|---|
author | Arpit Singh <arpitks@google.com> | Fri May 31 14:35:37 2024 +0000 |
committer | Arpit Singh <arpitks@google.com> | Fri May 31 15:28:52 2024 +0000 |
tree | d66cdf8789264f3fc3d92e70b77c38175d16563a | |
parent | e89f7097cc43adb812aecd2f24aa28b4e3572604 [diff] |
Fix race condition in PointerControllerTest A previous CL ag/27261516 moved initialisation of thread before the looper it uses. It introduced a race condition causing tests failures. This CL changes order of initliation to ensure looper is always initilised befor the thread. Bug: 343818855 Test: atest libinputservice_test Change-Id: Ibcb4d31be6a607f37eeee7207182cdd5eb1d7ead