VirtualBox

Changeset 38037 in vbox


Ignore:
Timestamp:
Jul 18, 2011 5:31:38 PM (13 years ago)
Author:
vboxsync
Message:

eliminate use of LOG_ENABLED

Location:
trunk/src/VBox
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r37877 r38037  
    55
    66/*
    7  * Copyright (C) 2006-2010 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2020*   Header Files                                                               *
    2121*******************************************************************************/
    22 /* #define LOG_ENABLED */
     22
    2323/* Enable dev_vmm Log3 statements to get IRQ-related logging. */
    2424
  • trunk/src/VBox/Frontends/VBoxFB/VBoxFB.h

    r28800 r38037  
    66
    77/*
    8  * Copyright (C) 2006-2009 Oracle Corporation
     8 * Copyright (C) 2006-2011 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1919#ifndef __H_VBOXFB
    2020#define __H_VBOXFB
    21 
    22 // release logging
    23 #define LOG_ENABLED
    2421
    2522#include <stdlib.h>
  • trunk/src/VBox/Main/Makefile.kmk

    r38000 r38037  
    210210        $(if $(VBOX_WITH_COCOA_QT),VBOX_WITH_COCOA_QT,) \
    211211        $(if $(VBOX_WITH_HGCM),VBOX_WITH_HGCM,) \
    212         $(if $(VBOX_MAIN_RELEASE_LOG),VBOX_MAIN_RELEASE_LOG LOG_ENABLED,) \
    213212        $(if $(VBOX_WITH_ALSA),VBOX_WITH_ALSA,) \
    214213        $(if $(VBOX_WITH_PULSE),VBOX_WITH_PULSE,) \
     
    571570        $(if $(VBOX_WITH_VRDP_VIDEO_CHANNEL),VBOX_WITH_VRDP_VIDEO_CHANNEL,) \
    572571        $(if $(VBOX_WITH_HGCM),VBOX_WITH_HGCM,) \
    573         $(if $(VBOX_MAIN_RELEASE_LOG),VBOX_MAIN_RELEASE_LOG LOG_ENABLED,) \
    574572        $(if $(VBOX_WITH_ALSA),VBOX_WITH_ALSA,) \
    575573        $(if $(VBOX_WITH_PULSE),VBOX_WITH_PULSE,) \
  • trunk/src/VBox/Main/include/Logging.h

    r37666 r38037  
    4242#endif
    4343
    44 /* Ensure log macros are enabled if release logging is requested */
    45 #if defined (VBOX_MAIN_RELEASE_LOG) && !defined (DEBUG)
    46 # ifndef LOG_ENABLED
    47 #  define LOG_ENABLED
    48 # endif
    49 #endif
    50 
    5144#include <VBox/log.h>
    5245
  • trunk/src/VBox/Runtime/Makefile.kmk

    r37733 r38037  
    218218ifdef IPRT_WITH_KSTUFF
    219219 RuntimeR3_DEFS        += LDR_WITH_KLDR
    220 endif
    221 ifdef VBOX_MAIN_RELEASE_LOG ## @todo (dmik): temporary, until RTThreadSelf/RTThreadAdopt are properly updated
    222  RuntimeR3_DEFS        += RTCRITSECT_STRICT
    223220endif
    224221ifdef IPRT_WITH_LZJB
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