Searched refs:log_and_print (Results 1 – 3 of 3) sorted by relevance
605 log.log_and_print('Located ADB')608 log.log_and_print('Launching emulator...')613 log.log_and_print('Located device ' + android.device)627 log.log_and_print('Pushing all tests...')629 log.log_and_print('Pushed all tests')630 log.log_and_print('Pre run complete')659 log.log_and_print('Uninstalled/Deleted all tests')685 log.log_and_print(691 log.log_and_print('{0} of {1} passed'.format(passes, total))693 log.log_and_print('{0}% rate'.format((passes*100)/total))[all …]
324 self._log.log_and_print(app_name +338 self._log.log_and_print(app_name +
110 def log_and_print(self, msg, level=logging.INFO): member in RsLogger