HomeSort by relevance Sort by last modified time
    Searched refs:LOG_F (Results 1 - 16 of 16) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 60 LOG_F(LS_VERBOSE) << "(" << remote << ")";
70 LOG_F(LS_VERBOSE) << "Providing cached stream";
77 LOG_F(LS_VERBOSE) << "Providing new stream";
87 LOG_F(LS_VERBOSE) << "(" << it->first << ")";
90 LOG_F(LS_VERBOSE) << "Returning closed stream";
95 LOG_F(LS_VERBOSE) << "Caching stream";
107 LOG_F(LS_WARNING) << "(" << events << ", " << err
114 LOG_F(LS_VERBOSE) << "(" << it->first << ")";
117 LOG_F(LS_VERBOSE) << "Returning closed stream";
179 LOG_F(LS_VERBOSE) << "Creating new socket"
    [all...]
diskcache.cc 103 LOG_F(LS_WARNING) << "Cache files open";
121 LOG_F(LS_WARNING) << "Cache overfull";
143 LOG_F(LS_ERROR) << "Couldn't create cache file";
219 LOG_F(LS_ERROR) << "Couldn't remove cache file: " << filename;
250 LOG_F(LS_WARNING) << "All resources are locked!";
259 LOG_F(LS_ERROR) << "Couldn't delete from cache!";
334 LOG_F(LS_WARNING) << "Missing cache entry";
sslsocketfactory.cc 59 LOG_F(LS_ERROR) << "Empty address";
167 LOG_F(LS_ERROR) << "SSL unavailable";
httpbase.cc 146 LOG_F(LS_VERBOSE) << " state: " << state_ << " line: "
506 LOG_F(LS_ERROR) << "(" << error << ")";
587 LOG_F(LS_WARNING) << "danger of starvation";
679 LOG_F(LS_ERROR) << "Read error: " << error;
710 LOG_F(LS_ERROR) << "error";
816 LOG_F(LS_ERROR) << "Read error: " << error;
865 LOG_F(LS_VERBOSE) << "data: " << std::string(data, len);
877 LOG_F(LS_ERROR) << "Unexpected EOS";
882 LOG_F(LS_ERROR) << "Write error: " << write_error;
890 LOG_F(LS_VERBOSE)
    [all...]
logging.h 43 // LOG_F(sev) Like LOG(), but includes the name of the current function.
304 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
306 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
332 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
socketaddress.cc 210 LOG_F(LS_VERBOSE) << "(" << hostname_ << ")";
214 LOG_F(LS_VERBOSE) << "(" << hostname_ << ") resolved to: "
218 LOG_F(LS_ERROR) << "(" << hostname_ << ") err: " << errcode;
httpclient.cc 255 LOG_F(LS_WARNING) << "Malformed cache header";
445 LOG_F(LS_WARNING) << "Couldn't lock cache";
455 LOG_F(LS_ERROR) << "Couldn't open body cache";
474 LOG_F(LS_ERROR) << "Couldn't open header cache";
479 LOG_F(LS_ERROR) << "Couldn't write header cache";
539 LOG_F(LS_WARNING) << "Cache failure, continuing with normal request";
558 LOG_F(LS_ERROR) << "Error reading cache headers";
574 LOG_F(LS_ERROR) << "Unavailable cache body";
win32socketserver.cc 340 LOG_F(LS_INFO) << "async dns lookup (" << addr.IPAsString() << ")";
346 LOG_F(LS_ERROR) << "WSAAsyncGetHostByName error: " << WSAGetLastError();
667 LOG_F(LS_INFO) << "(" << SocketAddress::IPToString(ip)
messagequeue.cc 213 LOG_F(LS_WARNING) << "id: " << pmsg->message_id << " delay: "
opensslidentity.cc 178 LOG_F(LS_ERROR) << "Failed to allocate temporary memory bio";
physicalsocketserver.cc 333 LOG_F(LS_VERBOSE) << "Error = " << error_;
351 LOG_F(LS_VERBOSE) << "Error = " << error_;
    [all...]
httpcommon.cc 878 LOG_F(WARNING) << "(Negotiate) - DsMakeSpn failed";
proxydetect.cc 546 LOG_F(LS_WARNING) << "Unparsed pref [" << buffer << "]";
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 168 LOG_F(LS_INFO) << "(" << channel->name() << ")";
256 //LOG_F(LS_VERBOSE) << "Recv returned: " << result;
285 //LOG_F(LS_VERBOSE) << "Send returned: " << result;
319 LOG_F(LS_VERBOSE) << "[" << channel_name_ << "]";
323 LOG_F(LS_WARNING) << "NULL channel";
328 LOG_F(LS_WARNING) << "NULL tcp";
341 //LOG_F(LS_VERBOSE) << "(" << size << ")";
345 LOG_F(LS_WARNING) << "NULL channel";
350 LOG_F(LS_WARNING) << "NULL tcp";
359 LOG_F(LS_VERBOSE) << "[" << channel_name_ << "]"
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 363 LOG_F(WARNING) << "packet too large";
448 LOG_F(LS_VERBOSE) << "(" << (force ? "true" : "false") << ")";
604 LOG_F(LS_ERROR) << "wrong conversation";
614 LOG_F(LS_ERROR) << "closed";
628 LOG_F(LS_ERROR) << "Missing control code";
649 LOG_F(LS_WARNING) << "Unknown control code: " << seg.data[0];
809 LOG_F(LS_INFO) << "too new";
811 LOG_F(LS_INFO) << "too old";
899 LOG_F(LS_VERBOSE) << "too many retransmits";
915 LOG_F(LS_VERBOSE) << "packet failed"
    [all...]
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 43 // LOG_F(sev) Like LOG(), but includes the name of the current function.
308 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
310 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
336 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "

Completed in 194 milliseconds