Lines Matching refs:logging
7 # pylint: disable=cros-logging-import
14 import logging
19 # Turn the logging level to INFO before importing other code, to avoid having
20 # failed import logging messages confuse the user.
21 logging.basicConfig(level=logging.INFO)
62 logging.info('No CFLAGS specified, using default settings.')
65 logging.info('Cflags setting to "%s"...', cflags)
68 logging.info('No LDFLAGS specifed, using default settings.')
71 logging.info('Ldflags setting to "%s"...', ldflags)
75 logging.info('Flags set successfully!')
82 logging.info('BUILD_OS set to "%s"...', build_os)
84 logging.info('No BUILD_OS specified, using linux as default...')
91 logging.info('LLVM_PREBUILTS_VERSION set to "%s"...',
94 logging.info('No LLVM_PREBUILTS_VERSION specified, using default one...')
104 logging.error('Error while setting compiler: '
118 logging.error('Error while copying the compiler to '
125 logging.info('Prebuilt Compiler set as %s.', os.path.abspath(compiler))
130 logging.info('Setting compiler options for benchmark...')
153 logging.error('Error while removing the temporary '
169 logging.info('Start building benchmark...')
187 logging.error('Error while running %s, please check '
192 logging.info('Logs for building benchmark %s are written to %s.', bench,
194 logging.info('Benchmark built successfully!')
210 logging.error('Please select one benchmark from the list below:\n\t' +