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

Fix issue with viewing network request and response data #5424

Merged
merged 3 commits into from
Mar 15, 2023

Conversation

CoderDake
Copy link
Contributor

Fixes #5327

With the help of the new experimental logging code, we were able to get enough indication to see what was going wrong. The logs led me to find that the json view has a hard time viewing null values. with some quick testing i found out that having a json object that contains a null value, causes the same crash.

This PR fixes and tests for that problem.

@CoderDake CoderDake requested a review from bkonyi March 15, 2023 14:02
@CoderDake CoderDake requested a review from a team as a code owner March 15, 2023 14:02
@CoderDake CoderDake merged commit 33fae71 into flutter:master Mar 15, 2023
@CoderDake CoderDake deleted the jview-fix branch March 15, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants