(self)
| 80 | raise |
| 81 | |
| 82 | def tearDown(self): |
| 83 | self.logcat_process.terminate() |
| 84 | self.logcat_process.wait(LOOPBACK_TIMEOUT) |
| 85 | self.logcat_thread.join(LOOPBACK_TIMEOUT) |
| 86 | |
| 87 | # Avoid an irrelevant warning about threading._dangling. |
| 88 | self.logcat_thread = None |
| 89 | |
| 90 | @contextmanager |
| 91 | def reconfigure(self, stream, **settings): |