Home | History | Annotate | Download | only in testrunner

Lines Matching refs:logger

46 import logger
90 logger.SetTimestampLogging(False)
186 logger.SilentLog("at least one test name must be specified")
198 logger.SetVerbose(True)
246 logger.SilentLog("Building tests...")
262 logger.Log("adb root")
278 logger.Log(cmd)
281 logger.SilentLog(output)
298 logger.Log("adb install -r %s" % abs_install_path)
299 logger.Log(self._adb.Install(abs_install_path))
308 logger.Log("adb shell mkdir -p %s" % remote_dir)
311 logger.Log("adb push %s %s" % (abs_install_path, remote_path))
314 logger.Log("Error: Failed to recognize path of file to install %s" % install_path)
333 logger.Log("Warning: test %s needs a full build but does not specify"
340 logger.Log(cmd)
345 logger.SilentLog(output)
352 logger.Log("adb install -r %s" % abs_install_path)
353 logger.Log(self._adb.Install(abs_install_path))
389 logger.Log("Error: Could not find test %s" % name)
420 logger.Log("adb shell \"echo %s >> /data/local.prop\""
422 logger.Log("adb shell chmod 644 /data/local.prop")
423 logger.Log("adb reboot")
424 logger.Log("adb wait-for-device")
426 logger.Log("Turning off dalvik verifier and rebooting")
435 logger.Log("Fixing permissions on /data/local.prop and rebooting")
466 logger.Log("Timed out waiting for response")
469 logger.Log("Exiting...")
471 logger.Log(error.msg)
472 logger.SilentLog("Exiting due to AbortError...")
474 logger.Log("Timed out waiting for response")