HomeSort by relevance Sort by last modified time
    Searched full:_log (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/common/extensions/docs/server2/
custom_logger.py 18 def info(self, msg, *args): self._log(logging.info, msg, args)
19 def warning(self, msg, *args): self._log(logging.warning, msg, args)
20 def error(self, msg, *args): self._log(logging.error, msg, args)
22 def _log(self, logfn, msg, args): member in class:CustomLogger
refresh_servlet.py 26 _log = CustomLogger('refresh') variable
65 _log.error('Caught top-level exception! %s', traceback.format_exc())
78 _log.info('starting refresh of %s DataSource %s' %
84 _log.warning('No commit given; refreshing from master. '
106 _log.error('%s: error %s' % (class_name, traceback.format_exc()))
112 _log.info('Refreshing %s took %s' %
118 _log.error('uncaught error: %s' % traceback.format_exc())
121 _log.info('finished (%s)', 'success' if success else 'FAILED')
cron_servlet.py 25 _log = CustomLogger('cron') variable
62 # even that isn't enough, which is why in this file we use _log and
68 _log.error('Caught top-level exception! %s', traceback.format_exc())
83 _log.info('starting')
110 _log.info(title)
117 _log.info('%s took %s' % (title, timer.Stop().FormatElapsed()))
121 _log.error('uncaught error: %s' % traceback.format_exc())
125 _log.info('finished (%s)', 'success' if success else 'FAILED')
156 _log.info('app version %s is out of date, safe is %s',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /external/chromium_org/ppapi/generators/
idl_log.py 25 self._log = []
32 self._log.append(msg)
39 self._log.append(msg)
48 out = self._log
49 self._log = []
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commitannouncer.py 35 _log = logging.getLogger(__name__) variable
52 _log.info("Bot started")
58 _log.error("Terminated by keyboard interrupt")
60 _log.error("Unexpected error:")
61 _log.error(traceback.format_exc())
64 _log.info("Disconnecting bot")
67 _log.info("Bot offline")
68 _log.info("Done")
  /system/core/debuggerd/arm/
machine.cpp 48 _LOG(log, logtype::MEMORY, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
53 _LOG(log, logtype::MEMORY, "\ncode around pc:\n");
57 _LOG(log, logtype::MEMORY, "\ncode around lr:\n");
65 _LOG(log, logtype::REGISTERS, "cannot get registers: %s\n", strerror(errno));
69 _LOG(log, logtype::REGISTERS, " r0 %08x r1 %08x r2 %08x r3 %08x\n",
72 _LOG(log, logtype::REGISTERS, " r4 %08x r5 %08x r6 %08x r7 %08x\n",
75 _LOG(log, logtype::REGISTERS, " r8 %08x r9 %08x sl %08x fp %08x\n",
78 _LOG(log, logtype::REGISTERS, " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n",
85 _LOG(log, logtype::FP_REGISTERS, "cannot get FP registers: %s\n", strerror(errno));
90 _LOG(log, logtype::FP_REGISTERS, " d%-2d %016llx d%-2d %016llx\n"
    [all...]
  /system/core/debuggerd/arm64/
machine.cpp 37 _LOG(log, logtype::ERROR, "%s: ptrace failed to get registers: %s\n",
53 _LOG(log, logtype::MEMORY, "\nmemory near x%d:\n", reg);
57 _LOG(log, logtype::MEMORY, "\ncode around pc:\n");
61 _LOG(log, logtype::MEMORY, "\ncode around sp:\n");
73 _LOG(log, logtype::ERROR, "ptrace error: %s\n", strerror(errno));
78 _LOG(log, logtype::REGISTERS,
86 _LOG(log, logtype::REGISTERS, " x28 %016llx x29 %016llx x30 %016llx\n",
89 _LOG(log, logtype::REGISTERS, " sp %016llx pc %016llx pstate %016llx\n",
97 _LOG(log, logtype::ERROR, "ptrace error: %s\n", strerror(errno));
102 _LOG(log, logtype::FP_REGISTERS
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
server_base.py 38 _log = logging.getLogger(__name__) variable
91 _log.debug('stale %s pid file, pid %d' % (self._name, self._pid))
105 _log.debug("%s successfully started (pid = %d)" % (self._name, self._pid))
128 _log.warning('Failed to stop %s: pid file is missing' % self._name)
131 _log.warning('Failed to stop %s: pid file contains %d, not %d' %
138 _log.debug("Attempting to shut down %s server at pid %d" % (self._name, self._pid))
140 _log.debug("%s server at pid %d stopped" % (self._name, self._pid))
161 _log.warning('Failed to remove old %s %s files' % (self._name, log_prefix))
164 _log.debug('Starting %s server, cmd="%s"' % (self._name, self._start_cmd))
177 _log.debug('pid %d is running, killing it' % self._pid
    [all...]
  /system/core/debuggerd/x86_64/
machine.cpp 36 _LOG(log, logtype::ERROR, "cannot get registers: %s\n", strerror(errno));
39 _LOG(log, logtype::REGISTERS, " rax %016lx rbx %016lx rcx %016lx rdx %016lx\n",
41 _LOG(log, logtype::REGISTERS, " rsi %016lx rdi %016lx\n",
43 _LOG(log, logtype::REGISTERS, " r8 %016lx r9 %016lx r10 %016lx r11 %016lx\n",
45 _LOG(log, logtype::REGISTERS, " r12 %016lx r13 %016lx r14 %016lx r15 %016lx\n",
47 _LOG(log, logtype::REGISTERS, " cs %016lx ss %016lx\n",
49 _LOG(log, logtype::REGISTERS, " rip %016lx rbp %016lx rsp %016lx eflags %016lx\n",
  /development/tools/axl/
log.py 38 def _log(self, *logstrs): member in class:Log
45 self._log("D", *logstrs)
47 self._log("I", *logstrs)
49 self._log("W", *logstrs)
51 self._log("E", *logstrs)
  /system/core/debuggerd/x86/
machine.cpp 34 _LOG(log, logtype::ERROR, "cannot get registers: %s\n", strerror(errno));
37 _LOG(log, logtype::REGISTERS, " eax %08lx ebx %08lx ecx %08lx edx %08lx\n",
39 _LOG(log, logtype::REGISTERS, " esi %08lx edi %08lx\n",
41 _LOG(log, logtype::REGISTERS, " xcs %08x xds %08x xes %08x xfs %08x xss %08x\n",
43 _LOG(log, logtype::REGISTERS, " eip %08lx ebp %08lx esp %08lx flags %08lx\n",
  /system/core/debuggerd/mips/
machine.cpp 71 _LOG(log, logtype::MEMORY, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
78 _LOG(log, logtype::MEMORY, "\ncode around pc:\n");
82 _LOG(log, logtype::MEMORY, "\ncode around ra:\n");
90 _LOG(log, logtype::ERROR, "cannot get registers: %s\n", strerror(errno));
94 _LOG(log, logtype::REGISTERS, " zr %08x at %08x v0 %08x v1 %08x\n",
96 _LOG(log, logtype::REGISTERS, " a0 %08x a1 %08x a2 %08x a3 %08x\n",
98 _LOG(log, logtype::REGISTERS, " t0 %08x t1 %08x t2 %08x t3 %08x\n",
100 _LOG(log, logtype::REGISTERS, " t4 %08x t5 %08x t6 %08x t7 %08x\n",
102 _LOG(log, logtype::REGISTERS, " s0 %08x s1 %08x s2 %08x s3 %08x\n",
104 _LOG(log, logtype::REGISTERS, " s4 %08x s5 %08x s6 %08x s7 %08x\n"
    [all...]
  /system/core/debuggerd/
backtrace.cpp 53 _LOG(log, logtype::BACKTRACE, "\n\n----- pid %d at %s -----\n", pid, timestr);
56 _LOG(log, logtype::BACKTRACE, "Cmd line: %s\n", procname);
58 _LOG(log, logtype::BACKTRACE, "ABI: '%s'\n", ABI_STRING);
62 _LOG(log, logtype::BACKTRACE, "\n----- end %d -----\n", pid);
84 _LOG(log, logtype::BACKTRACE, "\n\"%s\" sysTid=%d\n", threadname ? threadname : "<unknown>", tid);
87 _LOG(log, logtype::BACKTRACE, "Could not attach to thread: %s\n", strerror(errno));
101 _LOG(log, logtype::ERROR, "ptrace detach from %d failed: %s\n", tid, strerror(errno));
141 _LOG(log, logtype::BACKTRACE, "%s%s\n", prefix, backtrace->FormatFrameData(i).c_str());
tombstone.cpp 170 _LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint);
171 _LOG(log, logtype::HEADER, "Revision: '%s'\n", revision);
172 _LOG(log, logtype::HEADER, "ABI: '%s'\n", ABI_STRING);
179 _LOG(log, logtype::HEADER, "cannot get siginfo: %s\n", strerror(errno));
193 _LOG(log, logtype::HEADER, "signal %d (%s), code %d (%s), fault addr %s\n",
230 _LOG(log, logtype::HEADER, "pid: %d, tid: %d, name: %s >>> %s <<<\n", pid, tid,
254 _LOG(log, logtype::STACK, " #%02d %" PRIPTR " %" PRIPTR " %s (%s+%" PRIuPTR ")\n",
257 _LOG(log, logtype::STACK, " #%02d %" PRIPTR " %" PRIPTR " %s (%s)\n",
262 _LOG(log, logtype::STACK, " %" PRIPTR " %" PRIPTR " %s (%s+%" PRIuPTR ")\n",
265 _LOG(log, logtype::STACK, " %" PRIPTR " %" PRIPTR " %s (%s)\n"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_multipart.py 38 _log = logging.getLogger(__name__) variable
77 _log.warning('Failed to execute "%s"' % ' '.join(cmd))
107 _log.error('Unable to find %s' % binary)
108 _log.error(' at %s' % full_path)
111 _log.error(" Could not find breakpad tools, unexpected crashes won't be symbolized")
112 _log.error(' Did you build the target blink_tests?')
113 _log.error('')
132 _log.debug("Generating breakpad symbols")
138 _log.debug(' Symbolizing %s' % binary)
149 _log.error('Failed to execute "%s"' % ' '.join(cmd)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
outputcapture_unittest.py 29 _log = logging.getLogger(__name__) variable
37 _log.info('INFO')
38 _log.warning('WARN')
39 _log.error('ERROR')
40 _log.critical('CRITICAL')
logutils_unittest.py 82 self._log = logger
92 logger = self._log
109 self._log.info("test message")
113 self._log.debug("test message")
121 self._log.log(level, "test message")
125 self._log.info("message1")
126 self._log.info("message2")
136 self._log.info("test message")
140 self._log.debug("test message")
153 self._log.log(self._level, "test message"
    [all...]
user_mock.py 31 _log = logging.getLogger(__name__) variable
57 _log.info(message)
66 _log.info("MOCK: user.open_url: file://...")
68 _log.info("MOCK: user.open_url: %s" % url)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 34 _log = logging.getLogger(__name__) variable
238 _log.debug(" Deleting (SCM):")
240 _log.debug(" " + platform_dir)
246 _log.debug(" Deleting (file system):")
248 _log.debug(" " + platform_dir)
252 _log.debug(" (Nothing to delete)")
263 _log.debug(" Adding:")
265 _log.debug(" " + platform_dir)
273 _log.debug(" (Nothing to add)")
285 _log.debug(" %s: (already optimal)" % basename
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 37 _log = logging.getLogger(__name__) variable
69 _log.info('%s Posting commit %s' % (self._time(), commit))
70 _log.info('%s Posted message: %s' % (self._time(), repr(commit_detail)))
73 _log.error('Malformed commit log for %s' % commit)
106 _log.error('Failed to clean repository: %s' % e)
117 _log.info('Waiting %s seconds' % wait)
119 _log.info('Waiting %s minutes' % (wait / 60))
121 _log.info('Pull attempt %s out of %s' % (attempts, retry_attempts))
126 _log.error('Error pulling from server: %s' % e)
127 _log.error('Output: %s' % e.output
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder.py 30 _log = logging.getLogger(__name__) variable
67 _log.debug("Cleaning orphaned *.pyc files from: %s" % self.search_directory)
71 _log.info("Deleting orphan *.pyc file: %s" % filename)
122 _log.error("%s is not in one of the test trees." % arg)
134 _log.error("%s is not a python name or an existing file or directory." % arg)
155 _log.debug("Found: %s" % module)
164 _log.info('Skipping tests in the following modules or packages because they %s:' % reason)
166 _log.info(' %s' % prefix)
170 _log.debug(' %s' % m)
172 _log.info(' (https://bugs.webkit.org/show_bug.cgi?id=%d; use --all to include)' % bugid
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations.py 46 _log = logging.getLogger(__name__) variable
71 _log.error('')
73 _log.error(warning)
74 _log.error('')
90 _log.error('LayoutTests/%s/README.txt is missing (each virtual suite must have one).' % suite.name)
93 _log.error('')
115 _log.error('Lint failed.')
118 _log.info('Lint succeeded.')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
linux.py 40 _log = logging.getLogger(__name__) variable
83 _log.warning('Could not determine architecture from "file" output: %s' % file_output)
125 _log.error('For complete Linux build requirements, please see:')
126 _log.error('')
127 _log.error(' http://code.google.com/p/chromium/wiki/LinuxBuildInstructions')
150 _log.error(' Please install using: "sudo apt-get install apache2 libapache2-mod-php5"')
151 _log.error('')
163 _log.error("Could not find apache. Not installed or unknown path.")

Completed in 364 milliseconds

1 2 3 4 5 6 7