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

Downgrade error message when threads exit with live runtime. NFC #19048

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Mar 23, 2023

Fixes: #19036

@sbc100 sbc100 changed the title Downgrade error message when threads exit with live runtime Downgrade error message when threads exit with live runtime. NFC Mar 23, 2023
@sbc100 sbc100 requested a review from tlively March 23, 2023 01:48
@tlively
Copy link
Member

tlively commented Mar 23, 2023

What is the difference between RUNTIME_DEBUG on its own and dbg on its own? Why combine them?

@sbc100
Copy link
Collaborator Author

sbc100 commented Mar 23, 2023

What is the difference between RUNTIME_DEBUG on its own and dbg on its own? Why combine them?

RUNTIME_DEBUG is enabled when any other logging channel is enabled. I use it for log information that you probably want if you are doing any kind of debugging at all.

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.

Consider not logging an error when emscripten_unwind_to_js_event_loop is called when using -sASSERTIONS=1
2 participants