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

Commit 2882ef56 authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Call join() in teardown before tearing down" am: 8700037e

am: 200dcdf6

Change-Id: I72eea678d1587b36bbc89ccb5793c97750336f67
parents 28c50eec 200dcdf6
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();
    }