commit | ebbbf8f470164fe685cd50e75300a8b196a18a99 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Wed Oct 11 17:24:45 2023 +0800 |
committer | Paul Hu <paulhu@google.com> | Thu Oct 12 10:25:03 2023 +0800 |
tree | a2d57c435270454817edee41ed496283b4d7a685 | |
parent | f24beefe556a63cec68403d5bbca378e07407a0e [diff] |
Stop the created handler threads on the tests 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 ConnectivityCoverageTests ConntrackSocketTest Change-Id: Ic1beb2a210e7c8c80c66fc9e0727c47599150672