Merge "Fix NPE in NsdServiceTest" am: 60d5390f7a
am: f9422cc65b
Change-Id: I2c88d81081c7994d42eb2715f29233817730201d
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