Home | History | Annotate | Download | only in power

Lines Matching refs:logging

9 import logging
117 logging.debug('Suspend for %d seconds, wakealarm = %d', seconds, alarm)
129 logging.error('Woke up early at %d', now)
163 logging.info("Running '%s'", command)
184 logging.info("Running '%s'", command)
200 logging.debug('Saving wakeup count: %d', wakeup_count)
203 logging.info('Suspending at %d', rtc.get_seconds())
207 logging.exception('Writing to %s failed', SYSFS_POWER_STATE)
217 logging.info('Woke from suspend at %d', rtc.get_seconds())
218 logging.debug('New wakeup count: %d', read_wakeup_count())
238 logging.debug('Simulating user activity after idle suspend...')
264 logging.error('memory_suspend_test found the following errors:')
266 logging.error(line)