Bug 683953 - Follow up, add logger argument for mobile automation to fix Android bustage; r=bustage-fix

This commit is contained in:
Tim Taubert 2012-02-26 20:35:09 +01:00
Родитель 78b47d1e50
Коммит 36195c1648
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)