Changeset 18602 in vbox for trunk/src/VBox
- Timestamp:
- Apr 1, 2009 3:39:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/log-vbox.cpp
r18560 r18602 27 27 * Clara, CA 95054 USA or visit http://www.sun.com if you need 28 28 * additional information or have any questions. 29 */30 31 /*32 * Note: This file is also compiled with a C compiler so it must not33 * use genuine C++ features. On Linux it is compiled with34 * gcc -Wdeclaration-after-statement, so avoid those if you can.35 29 */ 36 30 … … 409 403 */ 410 404 # if 0 /*defined(DEBUG_bird) && !defined(IN_GUEST)*/ 411 RTLogGroupSettings(pLogger, "all=~0 -default.l6.l5.l4.l3"); 405 //RTLogGroupSettings(pLogger, "all=~0 -default.l6.l5.l4.l3"); 406 RTLogGroupSettings(pLogger, "all=0 pgm*=~0 gmm=~0"); 412 407 RTLogFlags(pLogger, "enabled unbuffered pid tid"); 413 408 pLogger->fDestFlags |= RTLOGDEST_DEBUGGER | RTLOGDEST_STDOUT;
Note:
See TracChangeset
for help on using the changeset viewer.