Lines Matching refs:logging
20 import logging
47 logging.warning(
55 logging.error('invalid systrace script path: %s',
87 logging.warning('systrace output path is empty.')
92 logging.warning('systrace output file is empty.')
95 logging.info('systrace output file does not exist.')
111 logging.error(
154 logging.error('Failed to start systrace on process %s',
157 logging.error('stdout: %s', line + stdout)
158 logging.error('stderr: %s', stderr)
159 logging.error('ret_code: %s', process.returncode)
163 logging.info('Systrace started for %s', self.process_name)
174 logging.warn(
180 logging.info('Systrace already stopped.')
189 logging.info('Systrace stopped for %s', self.process_name)
190 logging.info('Systrace stdout: %s', out)
191 logging.info('Systrace stderr: %s', err)
204 logging.warn(
210 logging.error(
217 logging.info('Systrace output length for %s: %s', process_name,
221 logging.error('Cannot read output: file open failed, %s', e)
226 logging.error('report path supplied is None')
231 logging.error(
240 logging.error('error happened while creating directory: %s', e)
246 logging.error('failed to copy output to report path: %s', e)
264 logging.error('failed to remove systrace output file. %s', e)