Skip to content

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

3 participants