VirtualBox

忽略:
時間撮記:
2008-10-13 上午10:49:49 (16 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette