Skip to content

Use __android_log_print in fluid_default_log_function in Android#1621

Merged
derselbst merged 1 commit intoFluidSynth:masterfrom
neoharp-dev:add-logging-on-android
Aug 6, 2025
Merged

Use __android_log_print in fluid_default_log_function in Android#1621
derselbst merged 1 commit intoFluidSynth:masterfrom
neoharp-dev:add-logging-on-android

Conversation

@neoharp-dev
Copy link
Contributor

On Android, you won't be able to see the output sent to stdout in the logcat output.

This PR makes default log destination on Android to be the main Android log with __android_log_print, as a developer on Android platform would usually expect

Copy link
Member

@derselbst derselbst left a comment

Choose a reason for hiding this comment

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

Generally, looks good to me, thanks. One comment below.

@neoharp-dev neoharp-dev force-pushed the add-logging-on-android branch 3 times, most recently from f2164c1 to c06bcd0 Compare August 5, 2025 18:10
@neoharp-dev neoharp-dev force-pushed the add-logging-on-android branch from c06bcd0 to 919014c Compare August 6, 2025 03:44
Copy link
Member

@derselbst derselbst left a comment

Choose a reason for hiding this comment

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

Thanks!

@derselbst derselbst merged commit 671d80f into FluidSynth:master Aug 6, 2025
66 of 67 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