VirtualBox

Changeset 107055 in vbox


Ignore:
Timestamp:
Nov 20, 2024 11:07:06 AM (2 months ago)
Author:
vboxsync
Message:

EFI/Firmware: More logging on exceptions in build.py. jiraref:VBP-1458

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/build.py

    r99404 r107055  
    887887            return rt, err
    888888        except FatalError as e:
     889            EdkLogger.info("StartAutoGen: e=%s\n%s" % (e, traceback.format_exc()));     # vbox
    889890            return False, e.args[0]
    890         except:
     891        except Exception as e2:
     892            EdkLogger.info("StartAutoGen: e2=%s\n%s" % (e2, traceback.format_exc()));   # vbox
    891893            return False, UNKNOWN_ERROR
    892894
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