VirtualBox

Changeset 47238 in vbox for trunk/src


Ignore:
Timestamp:
Jul 18, 2013 10:31:09 PM (12 years ago)
Author:
vboxsync
Message:

Disable tracing by default even in debug builds. It's only useful when debugging and can then be turned on explicitly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp

    r41975 r47238  
    151151    PCFGMNODE pDbgfNode = CFGMR3GetChild(CFGMR3GetRoot(pVM), "DBGF");
    152152#if defined(DEBUG) || defined(RTTRACE_ENABLED)
    153     bool const          fDefault        = true;
    154     const char * const  pszConfigDefault = "all";
     153    bool const          fDefault        = false;
     154    const char * const  pszConfigDefault = "";
    155155#else
    156156    bool const          fDefault        = false;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette