Skip to content

Downgrade routine moonshineTranscribeStream logs from LOGE to ALOGD#180

Open
merlinran wants to merge 1 commit into
moonshine-ai:mainfrom
merlinran:main
Open

Downgrade routine moonshineTranscribeStream logs from LOGE to ALOGD#180
merlinran wants to merge 1 commit into
moonshine-ai:mainfrom
merlinran:main

Conversation

@merlinran

Copy link
Copy Markdown

Replace hand-rolled LOG macros with the official <android/log_macros.h> header (added to NDK April 2024). Non-error streaming logs use ALOGD; actual errors stay ALOGE.

See: https://android-review.googlesource.com/c/platform/system/logging/+/3063004

Test done

Replace moonshine maven package with this code, and the App logs "start transcribe stream" etc at DEBUG level.

Replace hand-rolled LOG macros with the official <android/log_macros.h>
header (added to NDK April 2024). Non-error streaming logs use ALOGD;
actual errors stay ALOGE.

See: https://android-review.googlesource.com/c/platform/system/logging/+/3063004
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.

1 participant