VirtualBox

Changeset 107131 in vbox


Ignore:
Timestamp:
Nov 25, 2024 2:22:55 PM (8 weeks ago)
Author:
vboxsync
Message:

Removed logging from the constructors. It may lead to the issues with very early calling RTLogDefaultInit(). First try.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ObjectsTracker.cpp

    r106979 r107131  
    6969    m_lastAccessTime = m_creationTime;
    7070    m_State = TrackedObjectData::Valid;
    71     Log2(("%s constructor \n", __FUNCTION__));
    7271}
    7372
     
    178177TrackedObjectsCollector::TrackedObjectsCollector(): m_fInitialized(false)
    179178{
    180     Log2(("%s constructor \n", __FUNCTION__));
    181179}
    182180
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