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@iki.fi>
Context
- [PATCH libreoffice-4-0] Turn on Neon debug output (if enabled in Neon) when building... · Tor Lillqvist (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.