Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix androidMain and jsAndWasmJsMain platformLogWriter implementation #430

Merged

Conversation

0xffrom
Copy link
Contributor

@0xffrom 0xffrom commented Dec 14, 2024

Hi. It's strange to me that androidMain and jsAndWasmJsMain don't use the messageStringFormatter passed to platformLogWriter.

In some targets messageStringFormatter is used, but these two don't use it for no reason.

jvmMain ✅
appleMain ✅
linuxMain ✅
mingwMain ✅

androidNativeMain - not needed

jsAndWasmJsMain ⚠️
androidMain ⚠️

@0xffrom 0xffrom force-pushed the platform-logger-writter-fix-androidMain branch from ae76b70 to 6cf9a55 Compare December 14, 2024 16:21
@KevinSchildhorn KevinSchildhorn self-requested a review December 16, 2024 16:54
Copy link
Contributor

@KevinSchildhorn KevinSchildhorn left a comment

Choose a reason for hiding this comment

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

Good catch, not sure why they weren't in there in the first place.

@KevinSchildhorn KevinSchildhorn merged commit 5bb6212 into touchlab:main Dec 16, 2024
2 checks passed
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.

2 participants