VirtualBox

Changeset 97720 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 30, 2022 6:02:32 PM (2 years ago)
Author:
vboxsync
Message:

DnD/Main: Added some more (verbose) release logging for the drop target implementation.

File:
1 edited

Legend:

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

    r97719 r97720  
    416416        Msg.appendUInt32(cbFormats);
    417417
    418         LogRel2(("DnD: Host moves to %RU32,%RU32 in VM window (screen %u, default action is '%s')\n",
    419                  aX, aY, aScreenId, DnDActionToStr(dndActionDefault)));
    420 
    421418        vrc = GuestDnDInst()->hostCall(Msg.getType(), Msg.getCount(), Msg.getParms());
    422419        if (RT_SUCCESS(vrc))
     
    425422            if (pState && RT_SUCCESS(pState->waitForGuestResponse()))
    426423                resAction = GuestDnD::toMainAction(pState->getActionDefault());
     424
     425            LogRel2(("DnD: Host moved to %RU32,%RU32 in VM window (screen %u, default action is '%s') -> guest reported back action '%s'\n",
     426                     aX, aY, aScreenId, DnDActionToStr(dndActionDefault), DnDActionToStr(resAction)));
    427427        }
    428428    }
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