mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-21 21:12:08 +08:00
b56692bd2e
This commit adapts the xattr handling in the loggerd module to individual platforms, specifically macOS and others. It imports specific xattr functions based on the running system, enhancing compatibility and reducing the risk of errors. In specific, 'ENOATTR' error is now also taken into account which is relevant in some non-Linux platforms.