mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
logging_handler.py: Add additional logging info
This commit is contained in:
@@ -259,6 +259,10 @@ class InitializeLoggingSupport:
|
|||||||
"""
|
"""
|
||||||
Display debug properties, primarily after main thread crash
|
Display debug properties, primarily after main thread crash
|
||||||
"""
|
"""
|
||||||
|
logging.info("Host Properties:")
|
||||||
|
logging.info(f" XNU Version: {self.constants.detected_os}.{self.constants.detected_os_minor}")
|
||||||
|
logging.info(f" XNU Build: {self.constants.detected_os_build}")
|
||||||
|
logging.info(f" macOS Version: {self.constants.detected_os_version}")
|
||||||
logging.info("Debug Properties:")
|
logging.info("Debug Properties:")
|
||||||
logging.info(f" Effective User ID: {os.geteuid()}")
|
logging.info(f" Effective User ID: {os.geteuid()}")
|
||||||
logging.info(f" Effective Group ID: {os.getegid()}")
|
logging.info(f" Effective Group ID: {os.getegid()}")
|
||||||
|
|||||||
Reference in New Issue
Block a user