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