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

Evaluation error when running a profile mode app #2953

Closed
kenzieschmoll opened this issue Apr 28, 2021 · 0 comments · Fixed by #2954
Closed

Evaluation error when running a profile mode app #2953

kenzieschmoll opened this issue Apr 28, 2021 · 0 comments · Fixed by #2954
Assignees

Comments

@kenzieschmoll
Copy link
Member

We should not be attempting to make eval calls in profile mode

flutter: [ERROR]: Unrecognized error: evaluate: (113) Expression compilation error
Debugger is disabled in AOT mode. - Platform.isAndroid
flutter: [ERROR]: #0      new _OutstandingRequest (package:vm_service/src/vm_service.dart:1606:45)
#1      VmService._call (package:vm_service/src/vm_service.dart:2078:21)
#2      VmService.evaluate (package:vm_service/src/vm_service.dart:1764:7)
#3      VmServiceWrapper.evaluate (package:devtools_app/src/vm_service_wrapper.dart:186:20)
#4      EvalOnDartLibrary._eval (package:devtools_app/src/eval_on_dart_library.dart:145:36)
<asynchronous suspension>
#5      EvalOnDartLibrary.addRequest.wrappedRequest (package:devtools_app/src/eval_on_dart_library.dart:438:30)
<asynchronous suspension>
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 a pull request may close this issue.

1 participant