Merge "Fix NPE in NsdServiceTest"
am: c30decbfe8
Change-Id: Ic9b7aaec14066d18247cc1efbdc06be1e6a79f29
This commit is contained in:
@@ -77,7 +77,10 @@ public class NsdServiceTest {
|
||||
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
mThread.quit();
|
||||
if (mThread != null) {
|
||||
mThread.quit();
|
||||
mThread = null;
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user