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

Commit 39ec5774 authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Call join() in teardown before tearing down" am: 1ebb4bad am: d8c628dd

am: 878ef319

Change-Id: I4e9ab5978e8dcb49bdf3b6752c279c9558d32ea4
parents a591c48e 878ef319
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ public class GsmCdmaPhoneTest extends TelephonyTest {
        mPhoneUT.removeCallbacksAndMessages(null);
        mPhoneUT = null;
        mGsmCdmaPhoneTestHandler.quit();
        mGsmCdmaPhoneTestHandler.join();
        super.tearDown();
    }