Merge "EthernetTetheringTest: join handler thread after calling quitSafely"

This commit is contained in:
Maciej Żenczykowski
2023-03-14 22:48:36 +00:00
committed by Gerrit Code Review

View File

@@ -253,6 +253,7 @@ public abstract class EthernetTetheringTestBase {
if (mRunTests) cleanUp(); if (mRunTests) cleanUp();
} finally { } finally {
mHandlerThread.quitSafely(); mHandlerThread.quitSafely();
mHandlerThread.join();
mUiAutomation.dropShellPermissionIdentity(); mUiAutomation.dropShellPermissionIdentity();
} }
} }