Merge "EthernetTetheringTest: join handler thread after calling quitSafely"
This commit is contained in:
@@ -253,6 +253,7 @@ public abstract class EthernetTetheringTestBase {
|
||||
if (mRunTests) cleanUp();
|
||||
} finally {
|
||||
mHandlerThread.quitSafely();
|
||||
mHandlerThread.join();
|
||||
mUiAutomation.dropShellPermissionIdentity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user