[PATCH libreoffice-4-0] Turn on Neon debug output (if enabled in Neon) when building...
Tor Lillqvist (via Code Review)
gerrit at gerrit.libreoffice.org
Mon Apr 1 22:45:27 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3166
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/66/3166/1
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.
(cherry picked from commit be2ce85e9539debc7c40680a6616c7dbe461d74c)
Change-Id: I6757954ea3ad53df855935930de176c222bff0ed
---
M ucb/source/ucp/webdav-neon/NeonSession.cxx
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index 3ac4700..f1f3b9f 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -695,7 +695,7 @@
// #122205# - libxml2 needs to be initialized once if used by
// multithreaded programs like OOo.
xmlInitParser();
-#if 0
+#if OSL_DEBUG_LEVEL > 0
// for more debug flags see ne_utils.h; NE_DEBUGGING must be defined
// while compiling neon in order to actually activate neon debug
// output.
@@ -705,7 +705,8 @@
// | NE_DBG_HTTPAUTH
// | NE_DBG_XML
// | NE_DBG_XMLPARSE
- // | NE_DBG_LOCKS
+ | NE_DBG_LOCKS
+ | NE_DBG_SSL
);
#endif
m_bGlobalsInited = true;
--
To view, visit https://gerrit.libreoffice.org/3166
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6757954ea3ad53df855935930de176c222bff0ed
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Tor Lillqvist <tml at iki.fi>
More information about the LibreOffice
mailing list