Merge "EthernetTetheringTest: join handler thread after calling quitSafely"
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user