VirtualBox

Ignore:
Timestamp:
Jan 19, 2009 7:19:02 PM (16 years ago)
Author:
vboxsync
Message:

REM: Wrap all printf and fprintf calls like we used to do (and does for VBoxREM2), except when DEBUG_TMP_LOGGING is set. DEBUG_TMP_LOGGING can be used with DEBUG_ALL_LOGGING only to split the log output where some of the qemu logging goes to /tmp/vbox-qemu.log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/Sun/crt/stdio.h

    r15452 r16056  
    6868#define fprintf(logfile, ...)   LogIt(LOG_INSTANCE, 0, LOG_GROUP_REM_PRINTF, (__VA_ARGS__))
    6969
     70#ifdef DEBUG_TMP_LOGGING
     71# error "DEBUG_TMP_LOGGING doesn't work with the Sun/crt/stdio.h wrapper."
     72#endif
    7073
    7174__END_DECLS
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