Home | History | Annotate | Download | only in audio

Lines Matching refs:logging

7 import logging
71 logging.info('Setting mixer control values on %s', card)
73 logging.info('Setting %s to %s on card %s',
82 logging.info('amixer command failed: %s', cmd)
90 logging.info('Setting volume level to %d', volume)
93 logging.info('Setting capture gain to %d', capture)
104 logging.info('amixer command failed: %s', str(e))
207 logging.info('Mic jack status: %s', mic_jack_status)
212 logging.info('Headphone jack status: %s', hp_jack_status)
220 logging.info('Got latency measured %d, reported %d',
223 logging.info('Latency check fail.')
226 logging.info('audio loopback dongle test: %s',
363 logging.info('Got audio RMS value of %f. Minimum pass is %f.',
459 logging.info('Got mixed audio RMS value of %f.', rms_val_mix)
463 logging.info('Got recorded audio RMS value of %f.', rms_val_record)
524 logging.info('sox stat: %s', [str(s) for s in stats])
573 logging.info('audio postmortem report')
575 logging.info(get_audio_diagnostics())
577 logging.exception('Error while generating postmortem report')
636 logging.debug('norm_a: %f', norm_a)
637 logging.debug('norm_b: %f', norm_b)
645 logging.warning('There are more than one best delay: %r', best_delays)
668 logging.warning(
672 logging.debug('Start and end of indice_valid: %d, %d',
675 logging.debug('Trimmed length in the end: %d', end_trimmed_length)
783 logging.debug('result_dict: %r', result_dict)
828 logging.info('Skipped channel %d', test_channel)
839 logging.info('compare_results: %r', compare_results)
847 logging.error(error_msg)
853 logging