Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 3be399d8 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Mark `HandlerThread` as daemon on Ravenwood.

Underlying test infrastructure waits for non-daemon threads to exit
at the end of any suite execution, which makes callers wait for the
unresponsive timeout to be triggered.

This change updates `HandlerThread` to be daemon so that we don't
cause the test suite execution to wait for any lingering threads
that a test author forgot to tear down.

Bug: 320520716
Test: atest FrameworksCoreTestsRavenwood:TestLooperManagerTest
Change-Id: I14a2f62dd67b059ed7ec19b13f9e16db8af68624
parent 9614500d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment