Skip to content
Snippets Groups Projects
Commit 36195c16 authored by Tim Taubert's avatar Tim Taubert
Browse files

Bug 683953 - Follow up, add logger argument for mobile automation to fix...

Bug 683953 - Follow up, add logger argument for mobile automation to fix Android bustage; r=bustage-fix
parent 78b47d1e
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ class RemoteAutomation(Automation):
return env
def waitForFinish(self, proc, utilityPath, timeout, maxTime, startTime, debuggerInfo, symbolsDir):
def waitForFinish(self, proc, utilityPath, timeout, maxTime, startTime, debuggerInfo, symbolsDir, logger):
# maxTime is used to override the default timeout, we should honor that
status = proc.wait(timeout = maxTime)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment