Searched refs:err_msg (Results 1 – 7 of 7) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | aidegen_metrics.py | 103 def send_exception_metrics(exit_code, stack_trace, log, err_msg): argument 120 print('\n{} {}\n'.format(common_util.COLORED_INFO('Warning:'), err_msg))
|
/tools/acloud/create/ |
D | local_image_local_instance.py | 249 err_msg = ("Cannot create cuttlefish instance: %s\n" 254 instance_name, constants.LOCALHOST, None, None, error=err_msg) 271 err_msg = "cvd_status return non-zero after launch_cvd" 272 logger.error(err_msg) 275 instance_name, constants.LOCALHOST, None, None, error=err_msg)
|
/tools/asuite/atest-py2/ |
D | atest.py | 241 err_msg = None 244 err_msg = ('Test side and option(--host) conflict. Please remove ' 250 err_msg = 'There are host-only and device-only tests in command.' 252 err_msg = 'There are host-only tests in command.' 253 if err_msg: 254 logging.error(err_msg) 255 metrics_utils.send_exit_event(constants.EXIT_CODE_ERROR, logs=err_msg)
|
D | atest_arg_parser.py | 93 err_msg = "invalid positive int value: '%s'" % value 97 raise argparse.ArgumentTypeError(err_msg) 100 raise argparse.ArgumentTypeError(err_msg)
|
/tools/asuite/atest/ |
D | atest.py | 249 err_msg = None 254 err_msg = ('Specified --host, but the following tests are device-only:\n ' + 261 err_msg = 'There are host-only and device-only tests in command.' 263 err_msg = 'There are host-only tests in command.' 264 if err_msg: 265 logging.error(err_msg) 266 metrics_utils.send_exit_event(constants.EXIT_CODE_ERROR, logs=err_msg)
|
D | atest_arg_parser.py | 108 err_msg = "invalid positive int value: '%s'" % value 112 raise argparse.ArgumentTypeError(err_msg) 115 raise argparse.ArgumentTypeError(err_msg) from value_err
|
/tools/asuite/aidegen/idea/ |
D | xml_gen.py | 111 log=node_str, err_msg='')
|