VirtualBox

Ignore:
Timestamp:
Dec 29, 2016 10:31:17 PM (8 years ago)
Author:
vboxsync
Message:

config.g_kfSrvGlueDebugTS now also includes a pid so it's possible to sort the log lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/webservergluebase.py

    r62484 r65032  
    582582            else:
    583583                tsNow = utils.timestampMilli();
    584                 tsReq = tsNow - (self.tsStart / 1000000)
     584                tsReq = tsNow - (self.tsStart / 1000000);
     585                iPid  = os.getpid();
    585586                for sLine in sMessage.split('\n'):
    586                     self._oDbgFile.write('%s/%03u: %s\n' % (tsNow, tsReq, sLine,));
     587                    self._oDbgFile.write('%s/%03u,pid=%04x: %s\n' % (tsNow, tsReq, iPid, sLine,));
    587588
    588589        return True;
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