VirtualBox

Changeset 83527 in vbox for trunk/src


Ignore:
Timestamp:
Apr 3, 2020 1:25:44 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Also skip logging of OnCursorPositionChanged events; too noisy when locally debugging stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r83501 r83527  
    717717                reporter.logXcpt();
    718718        ## @todo implement the other events.
    719         if eType != vboxcon.VBoxEventType_OnMousePointerShapeChanged:
     719        if  eType != vboxcon.VBoxEventType_OnMousePointerShapeChanged \
     720        and eType != vboxcon.VBoxEventType_OnCursorPositionChanged:
    720721            if eType in self.dEventNo2Name:
    721722                reporter.log2('%s(%s)/%s' % (self.dEventNo2Name[eType], str(eType), self.sName));
     
    40884089            sName = "Storage Controller";
    40894090        return sName;
    4090 
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