Skip to content

Send untruncated dart:developer logs to debugging clients #2330

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

Closed
elliette opened this issue Jan 5, 2024 · 1 comment · Fixed by #2333
Closed

Send untruncated dart:developer logs to debugging clients #2330

elliette opened this issue Jan 5, 2024 · 1 comment · Fixed by #2333

Comments

@elliette
Copy link
Contributor

elliette commented Jan 5, 2024

Creating a DWDS-specific issue from flutter/devtools#3222

Some options:

  1. Is there some way to get the non-truncated console.log messages from Chrome's log stream?

  2. If not, we can use emitDebugEvent in devleoper_patch to send messages to DWDS instead of console.logging them (this is what dart-lang/sdk@c83eeac did for postEvent). This is the proposal here: Flutter Web truncates logs written with dart:developer flutter/devtools#3222 (comment)

@elliette elliette changed the title Send untruncated logs to debugging clients Send untruncated dart:developer logs to debugging clients Jan 5, 2024
@annagrin
Copy link
Contributor

annagrin commented Jan 8, 2024

There is an old issue for this with links to the ones in the sdk: #1619

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants