HomeSort by relevance Sort by last modified time
    Searched refs:_logger (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
_logging.py 24 _logger = logging.getLogger('websocket') variable
40 if not _logger.handlers:
41 _logger.addHandler(logging.StreamHandler())
42 _logger.setLevel(logging.DEBUG)
47 _logger.debug("--- " + title + " ---")
48 _logger.debug(message)
49 _logger.debug("-----------------------")
53 _logger.error(msg)
57 _logger.warning(msg)
61 _logger.debug(msg
    [all...]
  /tools/test/connectivity/acts/framework/acts/
tracelogger.py 23 self._logger = logger
43 self._logger.debug("%s %s" % (msg, trace_info), *args, **kwargs)
47 self._logger.error("%s %s" % (msg, trace_info), *args, **kwargs)
51 self._logger.warn("%s %s" % (msg, trace_info), *args, **kwargs)
55 self._logger.warning("%s %s" % (msg, trace_info), *args, **kwargs)
59 self._logger.info("%s %s" % (msg, trace_info), *args, **kwargs)
62 return getattr(self._logger, name)
  /external/autotest/client/cros/
dhcp_test_server.py 83 self._logger = logging.getLogger("dhcp.test_server")
121 self._logger.info("DhcpTestServer started; opening sockets.")
124 self._logger.info("Opening socket on '%s' port %d." %
129 self._logger.info("Binding to %s" % self._interface)
138 self._logger.error("Socket error: %s." % str(socket_error))
139 self._logger.error(traceback.format_exc())
143 self._logger.error("Failed to open server socket. Aborting.")
188 self._logger.info("Manually aborting test.")
200 self._logger.info("DHCP server says test passed.")
202 self._logger.info("DHCP server says test failed."
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver.py 78 self._logger = logging.getLogger(__name__)
118 self._logger.debug('Finished loading AT --> wardmodem configuration.')
119 self._logger.debug(self._at_to_wm_action_map)
120 self._logger.debug('Finished loading wardmodem --> AT configuration.')
121 self._logger.debug(self._wm_response_to_at_map)
166 self._logger.warning(
170 self._logger.info('Set mode to %s',
237 self._logger.debug('Processing wardmodem response %s%s',
260 self._logger.debug('Command {modem ==> []}: |%s|', command)
262 self._logger.debug('Command {[] ==> mm}: |%s|' , command
    [all...]
task_loop.py 61 self._logger = logging.getLogger(__name__)
98 self._logger.debug('Turning %s delays ignored mode.', ('on' if value
124 self._logger.debug('Turning %s random delays.', ('on' if value else
149 self._logger.warning(
154 self._logger.debug('Set max random delay to %d. Random delay is %s',
168 self._logger.info('Task Loop is now processing tasks...')
177 self._logger.info('Task Loop quitting.')
256 self._logger.debug('Task posted: %s', repr(callback))
257 self._logger.debug('Arguments: %s, Keyword arguments: %s',
315 self._logger.debug('Ignored return value from repeated task: %s'
    [all...]
wardmodem.py 65 self._logger = logging.getLogger(__name__)
105 self._logger.info('Starting wardmodem...')
117 self._logger.info('Stopping wardmodem.')
237 self._logger.debug('Added client specified machine {%s --> %s}',
246 self._logger.debug(
256 self._logger.debug('Added default machine {%s --> %s}',
259 self._logger.info('Loaded state machines: %s', str(state_machines))
352 self._logger = logging.getLogger(__name__)
353 self._logger.info('Initializing wardmodem context.')
357 self._logger.info('WardModemContext directed to do nothing.
    [all...]
modem_configuration.py 35 self._logger = logging.getLogger(__name__)
43 self._logger.info('Loading basic configuration.')
45 self._logger.debug('Basic configuration:\n%s',
51 self._logger.info('Loading modem specific configuration for modem '
54 self._logger.debug('Plugin configuration:\n%s',
state_machine.py 40 self._logger = logging.getLogger(__name__)
96 self._logger.debug(dbgstr)
123 self._logger.debug(dbgstr)
192 self._logger.error(errstring)
204 self._logger.error(errstring)
238 self._logger.debug(dbgstr)
at_channel.py 72 self._logger = logging.getLogger(__name__)
109 self._logger.debug('AT command prefix set to: |%s|', value)
129 self._logger.debug('AT command suffix set to: |%s|', value)
155 self._logger.warning('%s Send Failed: |%s|',
160 self._logger.debug('%s Sent: |%s|',
170 self._logger.debug('%s Received: |%s|',
189 self._logger.warning('%s Signal received on unknown channel. '
196 self._logger.warning('%s Unexpected cb condition %s received. Ignored.',
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
call_machine.py 32 self._logger.info(self._tag_with_name(
  /external/parameter-framework/upstream/parameter/
SubsystemObject.h 94 core::log::details::Info info() const { return _logger.info(); }
95 core::log::details::Warning warning() const { return _logger.warning(); }
119 core::log::Logger &_logger; member in class:CSubsystemObject
SelectionCriterion.cpp 42 : base(strName), _pType(pType), _logger(logger)
70 _logger.info() << "Selection criterion changed event: "
78 _logger.warning() << "Selection criterion '" << getName() << "' has been modified "
  /external/toolchain-utils/crosperf/
download_images.py 49 self._logger = logger_to_use
52 self._logger, log_level=self.log_level)
71 self._logger.LogOutput('Preparing to download %s image to local '
87 self._logger.LogOutput('CMD: %s' % command)
108 exception_handler = RunCommandExceptionHandler(self._logger, self.log_level,
111 self._logger.LogOutput('CMD: %s' % command)
118 self._logger.LogOutput('CMD: %s' % clean_cmd)
128 self._logger.LogOutput('CMD: %s' % command)
150 self._logger.LogOutput('Preparing to download %s package to local '
165 self._logger.LogOutput('CMD: %s' % command
    [all...]
benchmark_run.py 37 self._logger = logger_to_use
47 self.suite_runner = SuiteRunner(self._logger, self.log_level)
56 self._ce = command_executer.GetCommandExecuter(self._logger,
73 self.label.board, self.cache_conditions, self._logger,
88 self._logger.LogOutput('%s: Cache hit.' % self.name)
89 self._logger.LogOutput(self.result.out, print_to_console=False)
90 self._logger.LogError(self.result.err, print_to_console=False)
93 self._logger.LogOutput('%s: No cache hit.' % self.name)
98 self._logger, self.log_level, self.label, self.machine, output, err,
103 self._logger.LogOutput('%s: No cache hit.' % self.name
    [all...]
schedv2.py 31 self._logger = logger.GetLogger(self._sched.get_experiment().log_dir)
66 self._logger.LogOutput('{} started.'.format(self))
74 self._logger.LogOutput('ImageManager found no label '
81 self._logger.LogWarning('Re-image failed, dut '
107 self._logger.LogOutput('Reimaging {} using {}'.format(self, label))
135 self._logger.LogOutput('{} started working on {}'.format(self, br))
169 self._logger.LogOutput("Dut '{}' is pre-installed with '{}'".format(
205 self._logger = self._schedv2.get_logger()
212 self._logger.LogOutput('Cache hit - {}'.format(br))
216 self._logger.LogOutput('Cache not hit - {}'.format(br)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 64 _logger = None variable
68 if _logger:
69 _logger.log(SUBDEBUG, msg, *args)
72 if _logger:
73 _logger.log(DEBUG, msg, *args)
76 if _logger:
77 _logger.log(INFO, msg, *args)
80 if _logger:
81 _logger.log(SUBWARNING, msg, *args)
87 global _logger
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 64 _logger = None variable
68 if _logger:
69 _logger.log(SUBDEBUG, msg, *args)
72 if _logger:
73 _logger.log(DEBUG, msg, *args)
76 if _logger:
77 _logger.log(INFO, msg, *args)
80 if _logger:
81 _logger.log(SUBWARNING, msg, *args)
87 global _logger
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 64 _logger = None variable
68 if _logger:
69 _logger.log(SUBDEBUG, msg, *args)
72 if _logger:
73 _logger.log(DEBUG, msg, *args)
76 if _logger:
77 _logger.log(INFO, msg, *args)
80 if _logger:
81 _logger.log(SUBWARNING, msg, *args)
87 global _logger
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 64 _logger = None variable
68 if _logger:
69 _logger.log(SUBDEBUG, msg, *args)
72 if _logger:
73 _logger.log(DEBUG, msg, *args)
76 if _logger:
77 _logger.log(INFO, msg, *args)
80 if _logger:
81 _logger.log(SUBWARNING, msg, *args)
87 global _logger
    [all...]
  /external/toolchain-utils/automation/common/
command_executer.py 25 self._logger = logging.getLogger(self.__class__.__name__)
47 self._logger.warning('Command has been already terminated!')
57 self._logger.debug("Executing '%s' on %s.", cmd, login)
62 self._logger.debug("Executing: '%s'.", cmd)
66 self._logger.debug('{PID: %d} Finished with %d code.', child.pid,
75 self._logger.warning('{PID: %d} Timeout of %s seconds reached since '
78 self._logger.warning('{PID: %d} Terminating child.', child.pid)
96 self._logger.warning('{PID: %d} Process still alive.', child.pid)
97 self._logger.warning('{PID: %d} Killing child.', child.pid)
166 self._logger.debug('Waiting for command to finish.'
    [all...]
  /external/toolchain-utils/automation/server/
server.py 37 self._logger = logging.getLogger(self.__class__.__name__)
41 self._logger.info('Received ExecuteJobGroup(%r, dry_run=%s) request.',
49 self._logger.info('Received GetAllJobGroups() request.')
53 self._logger.info('Received KillJobGroup(%d) request.', job_group_id)
57 self._logger.info('Received GetJobGroup(%d) request.', job_group_id)
62 self._logger.info('Received GetJob(%d) request.', job_id)
67 self._logger.info('Received GetMachineList() request.')
job_group_manager.py 31 self._logger = logging.getLogger(self.__class__.__name__)
49 self._logger.debug('Creating runtime environment for %r.', group)
62 self._logger.info('Added %r to queue.', group)
68 self._logger.debug('Killing all jobs that belong to %r.', group)
73 self._logger.debug('Waiting for jobs to quit.')
82 self._logger.debug('Handling %r completion event.', job_)
job_manager.py 80 self._logger = logging.getLogger(self.__class__.__name__)
83 self._logger.info('Starting...')
90 self._logger.info('Shutdown request received.')
119 self._logger.info('Killing [Job: %d].', job_id)
152 self._logger.debug('Handling %r completion event.', job_)
167 self._logger.info('Started.')
194 self._logger.info('Stopped.')
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate_unittest.py 19 self._logger = logging.getLogger()
26 self._logger.info('Testing the "_needs_more_time" method.')
44 self._logger.info('Testing the "_wait_until_data_flushed" method - '
72 self._logger.info('Testing the "_wait_until_data_flushed" method - '
  /external/toolchain-utils/
build_tool.py 80 self._logger = logger.GetLogger()
87 self._logger.LogOutput('"{0}" and "{1}" are the same."'.format(t1, t2))
89 self._logger.LogWarning('"{0}" and "{1}" are different."'.format(t1, t2))
125 self._logger.LogError('Git repository "{0}" not clean, aborted.'.format(
134 self._logger.LogError('Failed to create a temp branch for test, aborted.')
138 self._logger.LogOutput(
156 self._logger.LogOutput('Sync successfully done.')
158 self._logger.LogError('Sync not successful, aborted.')
174 self._logger.LogError(
229 self._logger.LogOutput('Find tree for {0} branch "{1}" - "{2}"'.format
    [all...]

Completed in 862 milliseconds

1 2 3