Kaydet (Commit) be2ce85e authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

Turn on Neon debug output (if enabled in Neon) when building for debugging

Also add NE_DBG_LOCKS and NE_DBG_SSL to the debugging mask.

Change-Id: I6757954ea3ad53df855935930de176c222bff0ed
üst b4fafe90
...@@ -695,7 +695,7 @@ void NeonSession::Init() ...@@ -695,7 +695,7 @@ void NeonSession::Init()
// #122205# - libxml2 needs to be initialized once if used by // #122205# - libxml2 needs to be initialized once if used by
// multithreaded programs like OOo. // multithreaded programs like OOo.
xmlInitParser(); xmlInitParser();
#if 0 #if OSL_DEBUG_LEVEL > 0
// for more debug flags see ne_utils.h; NE_DEBUGGING must be defined // for more debug flags see ne_utils.h; NE_DEBUGGING must be defined
// while compiling neon in order to actually activate neon debug // while compiling neon in order to actually activate neon debug
// output. // output.
...@@ -705,7 +705,8 @@ void NeonSession::Init() ...@@ -705,7 +705,8 @@ void NeonSession::Init()
// | NE_DBG_HTTPAUTH // | NE_DBG_HTTPAUTH
// | NE_DBG_XML // | NE_DBG_XML
// | NE_DBG_XMLPARSE // | NE_DBG_XMLPARSE
// | NE_DBG_LOCKS | NE_DBG_LOCKS
| NE_DBG_SSL
); );
#endif #endif
m_bGlobalsInited = true; m_bGlobalsInited = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment