We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
kenzieschmoll
Successfully merging a pull request may close this issue.
We should not be attempting to make eval calls in profile mode
The text was updated successfully, but these errors were encountered: