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

Commit 073f577d authored by Jordan Liu's avatar Jordan Liu
Browse files

Call join() in teardown before tearing down

Bug: 113531829
Fixes: 113561697
Test: atest RILTest
Change-Id: I4fd100857eb7aae8cfa2557f0bc10dc293bbfd5a
parent 8ff89cc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -285,6 +285,7 @@ public class RILTest extends TelephonyTest {
    @After
    public void tearDown() throws Exception {
        mTestHandler.quit();
        mTestHandler.join();
        super.tearDown();
    }