VirtualBox

Changeset 47214 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 17, 2013 12:39:08 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: QImage frame-buffer: Release logging for *fallback* cases.

File:
1 edited

Legend:

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

    r47210 r47214  
    126126    /* Fallback if requested: */
    127127    if (bFallback)
     128    {
     129        LogRelFlow(("UIFrameBufferQImage::resizeEvent: "
     130                    "Going fallback due to frame-buffer format become invalid: "
     131                    "Format=%lu, BitsPerPixel=%lu, BytesPerLine=%lu, Size=%lux%lu\n",
     132                    (unsigned long)pEvent->pixelFormat(),
     133                    (unsigned long)pEvent->bitsPerPixel(),
     134                    (unsigned long)pEvent->bytesPerLine(),
     135                    (unsigned long)pEvent->width(),
     136                    (unsigned long)pEvent->height()));
    128137        goFallback();
     138    }
    129139
    130140    /* Remind if requested: */
     
    162172        && machineState != KMachineState_Saving
    163173        )
     174    {
     175        LogRelFlow(("UIFrameBufferQImage::paintEvent: "
     176                    "Going fallback due to machine-state become invalid: "
     177                    "%d.\n", (int)machineState));
    164178        goFallback();
     179    }
    165180
    166181    /* Depending on visual-state type: */
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