VirtualBox

Ignore:
Timestamp:
Oct 13, 2008 10:49:49 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37750
Message:

fixed broken samples build and shell, minor importments of glue code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/sample/shellcommon.py

    r13082 r13205  
    154154    print "Completed:", completed, "rc:",rc
    155155    if int(rc) == 0:
    156         # @todo Nikolay, what is the point in ignoring exceptions?
     156        # we ignore exceptions to allow starting VM even if
     157        # perf collector cannot be started
    157158        try:
    158159            perf.setup(['*'], [mach], 10, 15)
    159160        except:
     161            print e
     162            if g_verbose:
     163                traceback.print_exc()
    160164            pass
    161165    session.close()
     
    410414    print "Running VirtualBox version %s" %(vbox.version)
    411415
     416    ctx['perf'] = PerfCollector(vbox)
     417
    412418    autoCompletion(commands, ctx)
    413419
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