VirtualBox

Changeset 13205

Show
Ignore:
Timestamp:
10/13/08 12:49:49 (3 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy