Skip to content

Conversation

@marekpridal
Copy link
Owner

Closes #9

@marekpridal marekpridal self-assigned this Jan 27, 2025
@marekpridal marekpridal linked an issue Jan 27, 2025 that may be closed by this pull request
@marekpridal marekpridal merged commit 9e5d317 into master Feb 9, 2025
5 checks passed
let deinitLog = OSLog(subsystem: subsystem, category: Category.error.rawValue)
os_log("%{PRIVATE}@", log: deinitLog, type: .error, error.localizedDescription)
let logger = Logger(subsystem: subsystem, category: Category.error.rawValue)
logger.debug("\(error.localizedDescription)")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be error

@marekpridal marekpridal deleted the 9-add-support-for-android branch February 9, 2025 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Android

2 participants