VirtualBox

Changeset 55113 in vbox


Ignore:
Timestamp:
Apr 7, 2015 1:28:12 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: UIFrameBuffer.cpp: Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp

    r54834 r55113  
    775775    if (m_fUnused)
    776776    {
     777#ifndef DEBUG_andy
    777778        LogRel2(("GUI: UIFrameBufferPrivate::NotifyUpdate: Origin=%lux%lu, Size=%lux%lu, Ignored!\n",
    778779                 (unsigned long)uX, (unsigned long)uY,
    779780                 (unsigned long)uWidth, (unsigned long)uHeight));
    780 
     781#endif
    781782        /* Unlock access to frame-buffer: */
    782783        unlock();
     
    786787    }
    787788
     789#ifndef DEBUG_andy
    788790    /* Widget update is NOT thread-safe and *seems* never will be,
    789791     * We have to notify machine-view with the async-signal to perform update operation. */
     
    791793             (unsigned long)uX, (unsigned long)uY,
    792794             (unsigned long)uWidth, (unsigned long)uHeight));
     795#endif
    793796    emit sigNotifyUpdate(uX, uY, uWidth, uHeight);
    794797
     
    10821085void UIFrameBufferPrivate::handlePaintEvent(QPaintEvent *pEvent)
    10831086{
     1087#ifndef DEBUG_andy
    10841088    LogRel2(("GUI: UIFrameBufferPrivate::handlePaintEvent: Origin=%lux%lu, Size=%dx%d\n",
    10851089             pEvent->rect().x(), pEvent->rect().y(),
    10861090             pEvent->rect().width(), pEvent->rect().height()));
     1091#endif
    10871092
    10881093    /* On mode switch the enqueued paint-event may still come
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