diff --git a/wa/framework/target/assistant.py b/wa/framework/target/assistant.py index 599c719b..18b24c38 100644 --- a/wa/framework/target/assistant.py +++ b/wa/framework/target/assistant.py @@ -104,7 +104,7 @@ class LogcatPoller(threading.Thread): self.daemon = True self.exc = None - def start(self): + def run(self): self.logger.debug('starting polling') try: while True: