VirtualBox

Changeset 62026 in vbox for trunk/src


Ignore:
Timestamp:
Jul 5, 2016 2:26:17 PM (8 years ago)
Author:
vboxsync
Message:

testdriver/reporter.py: XML flushing debug code (must be removed lated)

File:
1 edited

Legend:

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

    r61953 r62026  
    894894        cSecsLast = tsNow - self._secTsXmlLast;
    895895        self._secTsXmlLast = tsNow;
     896        self._writeOutput('xml-debug/%s: %s s since flush, %s s since poll'
     897                          % (len(self._asXml), cSecs, cSecsLast,)); # temporarily while debugging flush/poll problem.
    896898
    897899        # Absolute flush thresholds.
     
    910912    def _xmlWrite(self, asText, fIndent = True):
    911913        """XML output function for the reporter."""
     914        self._writeOutput('xml-debug/%s: %s' % (len(self._asXml, asText))); # temporarily while debugging flush/poll problem.
    912915        self._asXml += asText;
    913916        self._xmlFlushIfNecessary();
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