vbox的更動 62026 路徑 trunk/src/VBox/ValidationKit
- 時間撮記:
- 2016-7-5 下午02:26:17 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r61953 r62026 894 894 cSecsLast = tsNow - self._secTsXmlLast; 895 895 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. 896 898 897 899 # Absolute flush thresholds. … … 910 912 def _xmlWrite(self, asText, fIndent = True): 911 913 """XML output function for the reporter.""" 914 self._writeOutput('xml-debug/%s: %s' % (len(self._asXml, asText))); # temporarily while debugging flush/poll problem. 912 915 self._asXml += asText; 913 916 self._xmlFlushIfNecessary();
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器