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

Commit 17de297c authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Call thread join before tearing down" am: 0e43fea8 am: f757b744

am: eedcf932

Change-Id: I15f6043ab48e37eb1b0ec56f934dcc7e8f1e4699
parents 5cb2d65a eedcf932
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ public class ServiceStateTrackerTest extends TelephonyTest {
    public void tearDown() throws Exception {
        sst = null;
        mSSTTestHandler.quit();
        mSSTTestHandler.join();
        super.tearDown();
    }