VirtualBox

Changeset 68972 in vbox


Ignore:
Timestamp:
Oct 4, 2017 10:30:58 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118240
Message:

DisplayImpl.cpp: some debug LogRel's.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r68971 r68972  
    46844684    }
    46854685    Display *pDisplay = (Display *)pv;      /** @todo Check this cast! */
     4686LogRel(("Display: Debug: pDisplay=%p sizeof(*pDisplay)=%#x\n", pDisplay, sizeof(*pDisplay)));
    46864687    pThis->pDisplay = pDisplay;
    46874688    pThis->pDisplay->mpDrv = pThis;
     
    46944695     * Start periodic screen refreshes
    46954696     */
     4697LogRel(("Display: Debug: Calling pfnSetRefreshRate\n"));
    46964698    pThis->pUpPort->pfnSetRefreshRate(pThis->pUpPort, 20);
    46974699
    46984700#ifdef VBOX_WITH_CRHGSMI
     4701LogRel(("Display: Debug: Calling i_setupCrHgsmiData\n"));
    46994702    pDisplay->i_setupCrHgsmiData();
    47004703#endif
    47014704
    47024705#ifdef VBOX_WITH_VIDEOREC
     4706LogRel(("Display: Debug: Calling i_videoCaptureGetEnabled\n"));
    47034707    if (pDisplay->i_videoCaptureGetEnabled())
    47044708    {
     4709LogRel(("Display: Debug: Calling i_videoCaptureStart\n"));
    47054710        int rc2 = pDisplay->i_videoCaptureStart();
    47064711        if (RT_SUCCESS(rc2))
     
    47134718#endif
    47144719
     4720LogRel(("Display: driver constructed\n"));
    47154721    return rc;
    47164722}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette