HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 226 - 250 of 791) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 142 LOG(ERROR) << "SetupSync(): service_ is null.";
157 LOG(ERROR) << "OnBackendInitialized() not seen after "
173 LOG(ERROR) << "Initial sync cycle did not complete after "
294 LOG(ERROR) << "Sync disabled for Client " << id_ << ".";
315 LOG(ERROR) << "Sync disabled for Client " << id_ << ".";
340 LOG(ERROR) << "Invalid wait state:" << wait_state_;
390 LOG(ERROR) << "Sync disabled for Client " << id_ << ".";
411 LOG(ERROR) << "Sync disabled for Client " << id_ << ".";
617 LOG(ERROR) << "Did not receive EncryptionComplete notification after"
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 39 LOG(FATAL) << query << "\n" << sqlite3_errmsg(dbhandle);
105 LOG(WARNING) << "UserSettings database version " << current_version <<
134 LOG(WARNING) << "Unable to upgrade UserSettings from v10";
171 LOG(FATAL) << "INSERT INTO client_id\n" << sqlite3_errmsg(dbhandle);
210 LOG(WARNING) << "UserSettings database is too new.";
312 LOG(FATAL) << sqlite3_errmsg(dbhandle.get());
324 LOG(FATAL) << sqlite3_errmsg(dbhandle.get());
372 LOG(FATAL) << sqlite3_errmsg(dbhandle.get());
384 LOG(FATAL) << sqlite3_errmsg(dbhandle.get());
  /external/chromium/base/
linux_util.cc 82 // log: if true, log messages about failure details
83 bool ProcPathGetInode(ino_t* inode_out, const char* path, bool log = false) {
90 if (log) {
91 LOG(WARNING) << "Failed to read the inode number for a socket from /proc"
99 if (log) {
100 LOG(WARNING) << "The descriptor passed from the crashing process wasn't a"
113 if (log) {
114 LOG(WARNING) << "Failed to parse a socket's inode number: the number was "
203 LOG(WARNING) << "Cannot open /proc"
    [all...]
vlog.cc 55 LOG(WARNING) << "Could not parse v switch \"" << v_switch << "\"";
62 LOG(WARNING) << "Could not fully parse vmodule switch \""
69 LOG(WARNING) << "Parsed vlog level for \""
116 // Log severity is the negative verbosity.
  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.cc 111 LOG(ERROR) << "Cros library has not been loaded.";
143 LOG(WARNING) << "Error starting LibCrosService";
179 LOG(WARNING) << "Pending request for " << all_requests_[i]->source_url_;
227 LOG(ERROR) << request->error_;
251 LOG(ERROR) << "LibCrosService has error with NotifyNetworkProxyResolved";
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 95 LOG(ERROR) << "Enrollment will not finish because the InstallAttrs has "
180 LOG(WARNING) << "Policy subsystem error during enrollment: " << state
218 LOG(ERROR) << "Unexpected GAIA auth error: " << error.state();
243 LOG(WARNING) << "Install Attributes not ready yet will retry in "
257 LOG(ERROR) << "Enrollment can not proceed because the InstallAttrs "
  /external/chromium/chrome/browser/
mach_broker_mac.cc 78 LOG(ERROR) << "Received message with incorrect id: "
85 LOG(ERROR) << "parent GetTranslatedPort(0) failed.";
102 LOG(ERROR) << "Error getting pid for task " << child_task
107 LOG(ERROR) << "Mach listener thread exiting; "
163 LOG(ERROR) << "Unknown process " << pid << " is sending Mach IPC messages!";
process_singleton_win.cc 217 LOG(WARNING) << "Not handling WM_COPYDATA as browser is shutting down";
227 LOG(WARNING) << "Invalid WM_COPYDATA, length = " << cds->cbData;
238 LOG(WARNING) << "Invalid WM_COPYDATA, length = " << msg.length() <<
252 LOG(WARNING) << "Invalid format for start command, we need a string in 4 "
265 LOG(WARNING) << "Invalid format for start command, we need a string in 4 "
  /external/chromium/third_party/libjingle/source/talk/base/
linux.cc 183 LOG(LS_ERROR) << "Error when reading from stream";
185 LOG(LS_ERROR) << "Incorrect number of lines in stream";
196 LOG(LS_WARNING) << "Ignoring unexpected extra lines from stream";
198 LOG(LS_WARNING) << "Error when checking for extra lines from stream";
252 LOG(LS_WARNING) << "Unexpected exit status from lsb_release";
helpers.cc 215 LOG(LS_ERROR) << "Failed to init random generator!";
231 LOG(LS_ERROR) << "Failed to generate random string!";
244 LOG(LS_ERROR) << "Failed to generate random id!";
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.cc 65 LOG(LS_ERROR) << "Binding response missing mapped address.";
67 LOG(LS_ERROR) << "Binding address has bad family";
85 LOG(LS_ERROR) << "Bad allocate response error code";
87 LOG(LS_ERROR) << "Binding error response:"
104 LOG(LS_ERROR) << "Binding request timed out from "
pseudotcp.cc 204 LOG(LS_INFO) << "Stats[" << buffer << "]";
274 LOG(LS_INFO) << "State: TCP_SYN_SENT";
303 LOG(LS_INFO) << "timeout retransmit (rto: " << m_rx_rto
316 //LOG(LS_INFO) << "m_ssthresh: " << m_ssthresh << " nInFlight: " << nInFlight << " m_mss: " << m_mss;
477 //LOG(LS_INFO) << "PseudoTcp::queue - m_slen = " << m_slen;
503 LOG(LS_INFO) << "<-- <CONV=" << m_conv
548 LOG(LS_INFO) << "--> <CONV=" << seg.conv
634 LOG(LS_INFO) << "State: TCP_SYN_RECEIVED";
641 LOG(LS_INFO) << "State: TCP_ESTABLISHED";
675 LOG(LS_INFO) << "rtt: " << rt
    [all...]
  /external/webkit/Source/WebCore/loader/
ProgressTracker.cpp 106 LOG(Progress, "Progress started (%p) - frame %p(\"%s\"), value %f, tracked frames %d, originating frame %p", this, frame, frame->tree()->uniqueName().string().utf8().data(), m_progressValue, m_numProgressTrackedFrames, m_originatingProgressFrame.get());
124 LOG(Progress, "Progress completed (%p) - frame %p(\"%s\"), value %f, tracked frames %d, originating frame %p", this, frame, frame->tree()->uniqueName().string().utf8().data(), m_progressValue, m_numProgressTrackedFrames, m_originatingProgressFrame.get());
141 LOG(Progress, "Final progress complete (%p)", this);
160 LOG(Progress, "Progress incremented (%p) - value %f, tracked frames %d, originating frame %p", this, m_progressValue, m_numProgressTrackedFrames, m_originatingProgressFrame.get());
223 LOG(Progress, "Progress incremented (%p) - value %f, tracked frames %d", this, m_progressValue, m_numProgressTrackedFrames);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 133 LOG(PluginEvents, "NPP_HandleEvent(updateEvt): %d", acceptedEvent);
146 LOG(PluginEvents, "NPP_HandleEvent(mouseDown): %d pt.v=%d, pt.h=%d", acceptedEvent, event.where.v, event.where.h);
159 LOG(PluginEvents, "NPP_HandleEvent(mouseUp): %d pt.v=%d, pt.h=%d", acceptedEvent, event.where.v, event.where.h);
177 LOG(PluginEvents, "NPP_HandleEvent(mouseEntered): %d", acceptedEvent);
190 LOG(PluginEvents, "NPP_HandleEvent(mouseExited): %d", acceptedEvent);
207 LOG(PluginEvents, "NPP_HandleEvent(mouseMoved): %d", acceptedEvent);
271 LOG(PluginEvents, "NPP_HandleEvent(NPEventType_GetFocusEvent): %d", acceptedEvent);
276 LOG(PluginEvents, "NPP_HandleEvent(NPEventType_LoseFocusEvent): %d", acceptedEvent);
298 LOG(PluginEvents, "NPP_HandleEvent(activateEvent): %d isActive: %d", acceptedEvent, hasFocus);
340 LOG(PluginEvents, "NPP_HandleEvent(keyDown): %d charCode:%c keyCode:%lu"
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp 115 LOG(IconDatabase, "WK2 UIProcess setting icon URL %s for page URL %s", iconURL.ascii().data(), pageURL.ascii().data());
122 LOG(IconDatabase, "WK2 UIProcess setting icon data (%i bytes) for page URL %s", (int)iconData.size(), iconURL.ascii().data());
152 LOG(IconDatabase, "WK2 UIProcess getting load decision for icon URL %s with callback ID %lli", iconURL.ascii().data(), static_cast<long long>(callbackID));
241 LOG(IconDatabase, "WK2 UIProcess URL import complete, notifying all %i pending page URL load decisions", m_pendingLoadDecisionURLMap.size());
247 LOG(IconDatabase, "WK2 UIProcess performing delayed callback on callback ID %i for page url %s", (int)i->first, i->second.ascii().data());
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpManager.java 49 private static Logger LOG = Logger.getLogger(ChimpManager.class.getName());
182 LOG.info("Monkey Command: " + command + ".");
246 LOG.log(Level.SEVERE, "Unable to close monkeySocket", e);
251 LOG.log(Level.SEVERE, "Unable to close monkeyReader", e);
256 LOG.log(Level.SEVERE, "Unable to close monkeyWriter", e);
  /external/chromium/net/socket/
ssl_client_socket_win.cc 100 LOG(ERROR) << "Unexpected error " << err;
105 LOG(WARNING) << "Unknown error " << err << " mapped to net::ERR_FAILED";
267 LOG(ERROR) << "AcquireCredentialsHandle failed: " << status;
490 LOG(ERROR) << "Could not open the \"MY\" system certificate store: "
637 LOG(ERROR) << "InitializeSecurityContext failed: " << status;
642 LOG(ERROR) << "creds_->dwLower = " << creds_->dwLower
645 LOG(ERROR) << "creds_ is NULL";
902 LOG(DFATAL) << "unexpected state " << state;
918 LOG(DFATAL) << "Receive buffer is too small!";
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 243 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
253 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
262 LOG(DFATAL) << "INTERNAL_LOGIC_ERROR Headers: \n"
633 LOG(INFO) << "invalid content-length -- no non-whitespace value data";
645 LOG(INFO) << "invalid content-length - non numeric character detected";
656 LOG(INFO) << "content-length overflow";
664 LOG(INFO) << "content_length parsed: " << *length;
794 LOG(INFO) << "******@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@**********\n";
822 LOG(INFO) << "[" << i << "]: " << std::string(key_begin, key_len)
    [all...]
streamer_interface.cc 123 LOG(ERROR) << "StreamerSM: Could not create server conenction.";
174 LOG(INFO) << "Adding forward header: " << forward_ip_header_;
178 LOG(INFO) << "NOT adding forward header.";
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.cc 60 LOG(ERROR) << "Unable to read plugin policy file \""
82 LOG(ERROR) << "Plugin policy file error: 'allow' out of context.";
94 LOG(ERROR) << "Plugin policy file error: 'deny' out of context.";
  /external/chromium/chrome/browser/policy/
cloud_policy_cache_base.cc 100 LOG(WARNING) << "Decoding policy data failed.";
108 LOG(WARNING) << "Rejected policy data, file is from the future.";
162 LOG(WARNING) << "Failed to parse PolicyData protobuf.";
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 82 LOG(ERROR) << "MutableFst::Read: Not an MutableFst: " << ropts.source;
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
102 LOG(ERROR) << "MutableFst::Read: Can't open file: " << filename;
register.h 94 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
101 LOG(ERROR) << "FstRegister::GetEntry: " << dlerror();
164 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
  /external/webkit/Source/WebCore/storage/
DatabaseSync.cpp 55 LOG(StorageAPI, "Database %s for origin %s not allowed to be established", name.ascii().data(), context->securityOrigin()->toString().ascii().data());
62 LOG(StorageAPI, "Failed to open and verify version (expected %s) of database %s", expectedVersion.ascii().data(), database->databaseDebugName().ascii().data());
71 LOG(StorageAPI, "Invoking the creation callback for database %p\n", database.get());
SQLStatement.cpp 80 LOG(StorageAPI, "Unable to verify correctness of statement %s - error %i (%s)", m_statement.ascii().data(), result, database->lastErrorMsg());
88 LOG(StorageAPI, "Bind parameter count doesn't match number of question marks");
101 LOG(StorageAPI, "Failed to bind value index %i to statement for query '%s'", i + 1, m_statement.ascii().data());

Completed in 4756 milliseconds

1 2 3 4 5 6 7 8 91011>>