On 05/26/2015 11:52 AM, Bjoern Michaelsen wrote:
we still have multiple othogonal and confusing debug levels in LibreOffice,
that can interact in funky ways, the most common ones being OSL_DEBUG_LEVEL and
DBG_UTL.
What are the funky interactions between OSL_DEBUG_LEVEL and DBG_UTIL?
I'd like to propose to consolidate these into _one_ general debug level with no
funky interaction. As such, I'd like to work towards the following (ideally via
Easy Hacks):
- Disable all current code that is enabled by OSL_DEBUG_LEVEL > 1 by enclosing
   them in "#if 0" (or alternatively: triggered by an explicit define for the
   area of code e.g. say DEBUG_SW_LAYOUT)
"#if 0" blocks will very likely get removed as unused code over time. 
That means, for current OSL_DEBUG_LEVEL>N code that is worth keeping 
(and cannot be replaced with plain SAL_INFO calls anyway), it would each 
need some specific #ifdef DEBUG_FOO.  Not sure whether it is better or 
worse to have an add-hoc array of DEBUG_FOO triggers or to have an 
add-hoc array of OSL_DEBUG_LEVEL>N triggers.
Context
   
 
  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.