Home | History | Annotate | Download | only in testrunner

Lines Matching full:logger

46 import logger
91 logger.SetTimestampLogging(False)
190 logger.SilentLog("at least one test name must be specified")
201 logger.SetVerbose(True)
249 logger.SilentLog("Building tests...")
267 logger.Log("adb root")
289 logger.Log(cmd)
296 logger.Log("make failed. Trying to rebuild all dependencies.")
297 logger.Log("mmma -j%s %s" %(self._options.make_jobs, target_dir_build_string))
303 logger.SilentLog(output)
326 logger.Log("adb install -r %s" % abs_install_path)
327 logger.Log(self._adb.Install(abs_install_path))
336 logger.Log("adb shell mkdir -p %s" % remote_dir)
339 logger.Log("adb push %s %s" % (abs_install_path, remote_path))
342 logger.Log("Error: Failed to recognize path of file to install %s" % install_path)
354 logger.Log("Warning: test %s needs a full build but does not specify"
361 logger.Log(cmd)
366 logger.SilentLog(output)
404 logger.Log("Error: Could not find test %s" % name)
444 logger.Log("adb shell setprop %s '%s'" \
454 logger.Log("adb shell \"echo %s >> /data/local.prop\""
456 logger.Log("adb shell chmod 644 /data/local.prop")
458 logger.Log("Turning off dalvik verifier and rebooting")
468 logger.Log("Fixing permissions on /data/local.prop and rebooting")
474 logger.Log("adb shell chmod 644 /data/local.prop ## u+w,a+r")
497 logger.Log("Skipping test execution (due to --build-install-only flag)")
504 logger.Log("Timed out waiting for response")
507 logger.Log("Exiting...")
509 logger.Log(error.msg)
510 logger.SilentLog("Exiting due to AbortError...")
512 logger.Log("Timed out waiting for response")