We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RPCError.kMethodNotFound
streamCpuSamplesWithUserTag
1 parent 5c79703 commit ba9de7cCopy full SHA for ba9de7c
dwds/lib/src/services/chrome_proxy_service.dart
@@ -1131,7 +1131,7 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
1131
1132
@override
1133
Future<Success> streamCpuSamplesWithUserTag(List<String> userTags) =>
1134
- throw UnimplementedError();
+ _rpcNotSupportedFuture('streamCpuSamplesWithUserTag');
1135
1136
/// Prevent DWDS from blocking Dart SDK rolls if changes in package:vm_service
1137
/// are unimplemented in DWDS.
dwds/pubspec.yaml
@@ -15,7 +15,7 @@ dependencies:
15
built_value: ^8.3.0
16
collection: ^1.15.0
17
crypto: ^3.0.2
18
- dds: ^2.2.5
+ dds: ^2.7.1
19
file: ^6.1.3
20
http: ^0.13.4
21
http_multi_server: ^3.2.0
0 commit comments