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

make stack frame parser handle missing class info #69253

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Oct 28, 2020

Description

On the web sometimes we get a stack trace with missing class information when invoking a constructor, e.g.:

#32     new (http://localhost:42191/dart-sdk/lib/async/stream_controller.dart:880:9)

This change will report "" for the class in this case.

Tests

I added the following tests: more tests in stack_frame_test.dart.

@yjbanov yjbanov requested a review from ferhatb October 28, 2020 23:13
@flutter-dashboard flutter-dashboard bot added the framework flutter/packages/flutter repository. See also f: labels. label Oct 28, 2020
@google-cla google-cla bot added the cla: yes label Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants