commit | f6045b43d9f45475285df2f679d3db11c242e453 | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Thu Feb 08 12:55:21 2024 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Thu Feb 08 16:53:31 2024 +0900 |
tree | 0475ab26dac098ae7ae376e2a3e6807c1cfcc088 | |
parent | 901db13423b8d260d12e2f40fa15e0878af4e4f6 [diff] |
Update CSTest to start thread from setup to avoid thread leak Starting thread from constructor could cause thread leak when assumption fails and teardown is not called. This CL moves initialization that starts thread to the setup. Test: TH Bug: 322659435 Change-Id: I8e84c12600a98d8019b7759103032c7d668cecd1