commit | 8d336eb1a3d83c8d7d334a15d4ef8d4aec693c80 | [log] [tgz] |
---|---|---|
author | chiachangwang <chiachangwang@google.com> | Thu Aug 17 05:48:55 2023 +0000 |
committer | chiachangwang <chiachangwang@google.com> | Thu Aug 17 06:18:46 2023 +0000 |
tree | 550228bdc48b2bb87c4060ae89f048b161c676a5 | |
parent | eb4e92c45dc94d01e235ddd1a12e1e26fc841226 [diff] |
Stop the created handler threads The created handler thread will stay there for a while until all the tests are finished. This is considered as a leakage which will take the resource from the devices. In low end devices, this may possibly impact the performance. The created threads should be closed explicitly. Test: atest FrameworksNetTests Change-Id: I332d55d8effdb975fd9a8953b19910a7fb25e426