Home
last modified time | relevance | path

Searched refs:debug_reason (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.h157 std::string debug_reason; member
Dsession.cc805 if (term.debug_reason != buzz::STR_EMPTY) { in OnTerminateMessage()
806 LOG(LS_VERBOSE) << "Received error on call: " << term.debug_reason; in OnTerminateMessage()
Dsessionmessages.cc785 term->debug_reason = debug_elem->Name().LocalPart(); in ParseSessionTerminate()