VirtualBox

Ignore:
Timestamp:
Aug 17, 2013 11:51:57 PM (11 years ago)
Author:
vboxsync
Message:

No COM port usage by default, except on double faults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/assert.cpp

    r44528 r47826  
    138138#else  /* !IN_RING0 */
    139139# if !defined(IN_RING3) && !defined(LOG_NO_COM)
     140#  if 0 /* Enable this iff you have a COM port and really want this debug info. */
    140141        RTLogComPrintf("\n!!Assertion Failed!!\n"
    141142                       "Expression: %s\n"
    142143                       "Location  : %s(%d) %s\n",
    143144                       pszExpr, pszFile, uLine, pszFunction);
     145#  endif
    144146# endif
    145147
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